XYZColumnPlotItemGetRangesAndPoints Method |
Gets the processed plot data including ranges and coordinates for the specified layer.
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Processed3DPlotData? GetRangesAndPoints(
IPlotArea layer
)
Parameters
- layer IPlotArea
- The plot layer.
Return Value
Processed3DPlotDataThe processed plot data, or
null.
See Also