Click or drag to resize

G3DPlotItemGetRangesAndPoints Method

Gets the processed plot data including ranges and coordinates for the specified layer.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract Processed3DPlotData? GetRangesAndPoints(
	IPlotArea layer
)

Parameters

layer  IPlotArea
The plot layer.

Return Value

Processed3DPlotData
The processed plot data, or null.
See Also