Click or drag to resize

AxisLineStylePaint Method

Paint the axis in the Graphics context.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Paint(
	Graphics g,
	IPlotArea layer,
	CSAxisInformation styleInfo,
	TickSpacing? customTickSpacing
)

Parameters

g  Graphics
The graphics context painting to.
layer  IPlotArea
The layer the axis belongs to.
styleInfo  CSAxisInformation
The axis information of the axis to paint.
customTickSpacing  TickSpacing
If not null, this parameter provides a custom tick spacing that is used instead of the default tick spacing of the scale.
See Also