Click or drag to resize

GridStylePaint Method

Paints the grid lines for the specified axis.

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

Parameters

g  Graphics
The graphics context.
layer  IPlotArea
The plot layer.
axisnumber  Int32
The axis number for which the grid is drawn.
See Also