G3DPlotItemGetPlotData Method |
Gets cached or freshly processed plot data for painting.
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Processed3DPlotData? GetPlotData(
IPlotArea layer
)
Parameters
- layer IPlotArea
- The plot layer.
Return Value
Processed3DPlotDataThe processed plot data, or
null.
See Also