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.3179.0 (4.8.3179.0)
Syntax
C#
public AxisLabelStyle(
	CSAxisSide? labelSide,
	IReadOnlyPropertyBag? context
)

Parameters

labelSide  NullableCSAxisSide

[Missing <param name="labelSide"/> documentation for "M:Altaxo.Graph.Graph3D.Axis.AxisLabelStyle.#ctor(System.Nullable{Altaxo.Graph.CSAxisSide},Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Graph3D.Axis.AxisLabelStyle.#ctor(System.Nullable{Altaxo.Graph.CSAxisSide},Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also