Click or drag to resize

XYFunctionPlotItemGetRangesAndPoints Method

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

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

Parameters

layer  IPlotArea
The plot layer.

Return Value

Processed2DPlotData
The processed plot data.
See Also