Click or drag to resize

DataMeshPlotStylePaint(IGraphicsContext3D, IPlotArea, XYZColumnPlotData) Method

Paint the density image in the layer.

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 gfrx,
	IPlotArea gl,
	XYZColumnPlotData plotData
)

Parameters

gfrx  IGraphicsContext3D
The graphics context painting in.
gl  IPlotArea
The layer painting in.
plotData  XYZColumnPlotData
The data to plot.
See Also