Click or drag to resize

AxisLabelStylePaint Method

Paints the axis style labels.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void Paint(
	IGraphicsContext3D g,
	G3DCoordinateSystem coordSyst,
	Scale scale,
	TickSpacing tickSpacing,
	CSAxisInformation styleInfo,
	double outerDistance,
	bool useMinorTicks
)

Parameters

g  IGraphicsContext3D
Graphics environment.
coordSyst  G3DCoordinateSystem
The coordinate system. Used to get the path along the axis.
scale  Scale
Scale.
tickSpacing  TickSpacing
If not null, this parameter provides a custom tick spacing that is used instead of the default tick spacing of the scale.
styleInfo  CSAxisInformation
Information about begin of axis, end of axis.
outerDistance  Double
Distance between axis and labels.
useMinorTicks  Boolean
If true, minor ticks are shown.
See Also