Click or drag to resize

LabelPlotStylePaint(IGraphicsContext3D, IPlotArea, Processed3DPlotData, Processed3DPlotData, Processed3DPlotData) Method

Paints the labels for the supplied plot data.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	IGraphicsContext3D g,
	IPlotArea layer,
	Processed3DPlotData pdata,
	Processed3DPlotData? prevItemData,
	Processed3DPlotData? nextItemData
)

Parameters

g  IGraphicsContext3D
The graphics context used for drawing.
layer  IPlotArea
The plot layer.
pdata  Processed3DPlotData
The processed plot data.
prevItemData  Processed3DPlotData
The processed data of the previous plot item.
nextItemData  Processed3DPlotData
The processed data of the next plot item.

Implements

IG3DPlotStylePaint(IGraphicsContext3D, IPlotArea, Processed3DPlotData, Processed3DPlotData, Processed3DPlotData)
See Also