Click or drag to resize

G2DPlotItemGetPlotData Method

Gets cached plot data for painting.

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

Parameters

layer  IPlotArea
The plot layer.

Return Value

Processed2DPlotData
The cached plot data.
See Also