Click or drag to resize

AxisStyleShowMajorLabels(CSAxisSide, IReadOnlyPropertyBag) Method

Ensures that major labels exist on the specified side.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowMajorLabels(
	CSAxisSide preferredLabelSide,
	IReadOnlyPropertyBag context
)

Parameters

preferredLabelSide  CSAxisSide
The preferred label side.
context  IReadOnlyPropertyBag
The property context.
See Also