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.3179.0 (4.8.3179.0)
Syntax int GetOriginalRowIndexFromPlotPointIndex(
int plotPointIndex
)
Parameters
- plotPointIndex Int32
[Missing <param name="plotPointIndex"/> documentation for "M:Altaxo.Graph.Plot.Data.IPlotRange.GetOriginalRowIndexFromPlotPointIndex(System.Int32)"]
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Graph.Plot.Data.IPlotRange.GetOriginalRowIndexFromPlotPointIndex(System.Int32)"]
See Also