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.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CSAxisSide? LabelSide { get; set; }
Property Value
NullableCSAxisSideThe label side where the label should be shown, or
null to choose the side automatically.
See Also