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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Processed2DPlotData GetRangesAndPoints(
IPlotArea layer
)
Parameters
- layer IPlotArea
- The layer.
Return Value
Processed2DPlotDataThe plot data, or null of no data are currently available.
See Also