Click or drag to resize

BarGraphPlotStylePaint Method

Paints the bars for the specified processed 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 to draw.
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