Click or drag to resize

GridStylePaint Method

Paints the grid lines according to this style.

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

Parameters

g  IGraphicsContext3D
The graphics context.
layer  IPlotArea
The plot area.
plane  CSPlaneID
The grid plane identifier.
axisnumber  Int32
The axis number.
See Also