Click or drag to resize

GridPlanePaintGrid Method

Paints the grid lines of the plane.

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

Parameters

g  Graphics
The graphics context.
layer  IPlotArea
The plot layer.
See Also