G3DPlotItemPaint(IGraphicsContext3D, IPlotArea, Processed3DPlotData, Processed3DPlotData, Processed3DPlotData) Method |
Needed for coordinate transforming styles to plot the data.
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void Paint(
IGraphicsContext3D g,
IPlotArea layer,
Processed3DPlotData plotdata,
Processed3DPlotData? prevPlotData,
Processed3DPlotData? nextPlotData
)
Parameters
- g IGraphicsContext3D
- Graphics context.
- layer IPlotArea
- The plot layer.
- plotdata Processed3DPlotData
- The plot data. Since the data are transformed, you should not rely that the physical values in this item correspond to the area coordinates.
- prevPlotData Processed3DPlotData
- Plot data of the previous plot item.
- nextPlotData Processed3DPlotData
- Plot data of the next plot item.
See Also