Click or drag to resize

AxisStylePaint(Graphics, IPaintContext, IPlotArea) Method

Paints the axis style using the layer default axis information provider.

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,
	IPaintContext paintContext,
	IPlotArea layer
)

Parameters

g  Graphics
The graphics context.
paintContext  IPaintContext
The paint context.
layer  IPlotArea
The plot layer.
See Also