Click or drag to resize

IXYFunctionPlotDataGetRangesAndPoints Method

For a given layer, this call gets the points used for plotting the function. The boundaries (xorg and xend) are retrieved from the x-axis of the layer.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Processed2DPlotData GetRangesAndPoints(
	IPlotArea layer
)

Parameters

layer  IPlotArea
The layer.

Return Value

Processed2DPlotData
The plot data, or null of no data are currently available.
See Also