Click or drag to resize

AxisLabelStyleLabelSide Property

Gets or sets the label side. If the value is set to null, the label side is chosen automatically. If set to a value different from null, the label is shown on this side of the axis.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CSAxisSide? LabelSide { get; set; }

Property Value

NullableCSAxisSide
The label side where the label should be shown, or null to choose the side automatically.
See Also