Click or drag to resize

PlotRangeListOriginalRowIndices Method

By enumerating through this, you will get the original row indices (indices into the DataColumns). The number of items returned is equal to PlotPointCount.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<int> OriginalRowIndices()

Return Value

IEnumerableInt32

[Missing <returns> documentation for "M:Altaxo.Graph.Plot.Data.PlotRangeList.OriginalRowIndices"]

See Also