G2DPlotItemGetNextPlotPoint Method |
For a given plot point of index oldplotindex, finds the index and coordinates of a plot point
of index oldplotindex+increment.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public XYScatterPointInformation? GetNextPlotPoint(
IPlotArea layer,
int oldplotindex,
int increment
)
Parameters
- layer IPlotArea
- The layer this plot belongs to.
- oldplotindex Int32
- Old plot index.
- increment Int32
- Increment to the plot index.
Return Value
XYScatterPointInformationInformation about the new plot point find at position (oldplotindex+increment). Returns null if no such point exists.
See Also