Click or drag to resize

PlotRangeListGetRowIndexForPlotIndex Method

This will get the row index into the data row belonging to a given plot index.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetRowIndexForPlotIndex(
	int idx
)

Parameters

idx  Int32
Index of point in the plot array.

Return Value

Int32
Index into the original data.
Remarks
Returns -1 if the point is not found.
See Also