Click or drag to resize

AxisStylePaint(Graphics, IPaintContext, IPlotArea, FuncCSLineID, CSAxisInformation) Method

Paints the axis style.

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,
	Func<CSLineID, CSAxisInformation> GetAxisStyleInformation
)

Parameters

g  Graphics
The graphics context.
paintContext  IPaintContext
The paint context.
layer  IPlotArea
The plot layer.
GetAxisStyleInformation  FuncCSLineID, CSAxisInformation
The function used to obtain axis information.
See Also