Click or drag to resize

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

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