IPlotRangeGetOriginalRowIndexFromPlotPointIndex 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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint GetOriginalRowIndexFromPlotPointIndex(
int plotPointIndex
)
Parameters
- plotPointIndex Int32
- The index of the plot point.
Return Value
Int32The corresponding row index in the original data column.
See Also