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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IEnumerable<int> OriginalRowIndices()
Return Value
IEnumerableInt32An enumerable that yields the original row indices.
See Also