Click or drag to resize

AxisLabelStyle(IReadOnlyPropertyBag) Constructor

Initializes a new instance of the AxisLabelStyle class.

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

Parameters

context  IReadOnlyPropertyBag
The property context used to obtain default values.
See Also