XYZColumnPlotDataGetRangesAndPoints Method |
This will create a point list out of the data, which can be used to plot the data. In order to create this list,
the function must have knowledge how to calculate the points out of the data. This will be done
by a function provided by the calling function.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Processed3DPlotData? GetRangesAndPoints(
IPlotArea layer
)
Parameters
- layer IPlotArea
- The plot layer.
Return Value
Processed3DPlotDataAn array of plot points in layer coordinates.
See Also