Click or drag to resize

AxisLabelStyle(NullableCSAxisSide, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the AxisLabelStyle class.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AxisLabelStyle(
	CSAxisSide? labelSide,
	IReadOnlyPropertyBag? context
)

Parameters

labelSide  NullableCSAxisSide
The preferred label side.
context  IReadOnlyPropertyBag
The property context.
See Also