Click or drag to resize

PlotRangeGetOriginalRowIndexFromPlotPointIndex Method

Returns the row index in the original data column in dependence on the plot point index. Thus, if the argument is set to LowerBound, the return value is OriginalFirstPoint.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int GetOriginalRowIndexFromPlotPointIndex(
	int plotPointIndex
)

Parameters

plotPointIndex  Int32
The index of the plot point.

Return Value

Int32
The corresponding row index in the original data column.

Implements

IPlotRangeGetOriginalRowIndexFromPlotPointIndex(Int32)
See Also