Click or drag to resize

GridPlaneCollectionPaintGrid Method

Paints the grid of all planes, but not the background.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void PaintGrid(
	Graphics g,
	IPlotArea layer
)

Parameters

g  Graphics
The g.
layer  IPlotArea
The layer.
See Also