Click or drag to resize

PlotRangeOriginalRowIndices Method

Enumerates through the original row indices in this plot range.

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
A enumerable that enumerates through the orginal row indices.
See Also