Click or drag to resize

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

Initializes a new instance of the AxisStyle class using axis metadata.

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

Parameters

info  CSAxisInformation
The axis information.
isAxisLineEnabled  Boolean
If set to true, an axis line style is created.
areMajorTicksEnabled  Boolean
If set to true, major labels are enabled.
areMinorTicksEnabled  Boolean
If set to true, minor labels are enabled.
axisTitleOrNull  String
The axis title, or null.
context  IReadOnlyPropertyBag
The property context.
See Also