Click or drag to resize

G3DPlotItemGetPlotData Method

Gets cached or freshly processed plot data for painting.

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

Parameters

layer  IPlotArea
The plot layer.

Return Value

Processed3DPlotData
The processed plot data, or null.
See Also