Click or drag to resize

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.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

XYScatterPointInformation
Information about the new plot point find at position (oldplotindex+increment). Returns null if no such point exists.
See Also