Click or drag to resize

AxisStyle(CSLineID, Boolean, Boolean, Boolean, String, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the AxisStyle class.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AxisStyle(
	CSLineID id,
	bool isAxisLineEnabled,
	bool areMajorTicksEnabled,
	bool areMinorTicksEnabled,
	string? axisTitleOrNull,
	IReadOnlyPropertyBag context
)

Parameters

id  CSLineID
The axis identifier.
isAxisLineEnabled  Boolean
If set to true, the axis line is created.
areMajorTicksEnabled  Boolean
If set to true, the major label style is created.
areMinorTicksEnabled  Boolean
If set to true, the minor label style is created.
axisTitleOrNull  String
The axis title, or null if no title should be created.
context  IReadOnlyPropertyBag
The property context used to obtain default values.
See Also