Click or drag to resize

DensityImagePlotStylePaint(Graphics, IPlotArea, XYZMeshedColumnPlotData) Method

Paints the density image for meshed column data.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	Graphics gfrx,
	IPlotArea gl,
	XYZMeshedColumnPlotData myPlotAssociation
)

Parameters

gfrx  Graphics
The graphics context.
gl  IPlotArea
The plot layer.
myPlotAssociation  XYZMeshedColumnPlotData
The meshed column plot data.
See Also