PlotRangeOriginalRowIndices Method |
Enumerates through the original row indices in this plot range.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<int> OriginalRowIndices()
Return Value
IEnumerableInt32A enumerable that enumerates through the orginal row indices.
See Also