PlotRangeListGetRowIndexForPlotIndex Method |
This will get the row index into the data row belonging to a given plot index.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int GetRowIndexForPlotIndex(
int idx
)
Parameters
- idx Int32
- Index of point in the plot array.
Return Value
Int32Index into the original data.
Remarks Returns -1 if the point is not found.
See Also