AxisStyle(CSLineID, Boolean, Boolean, Boolean, String, IReadOnlyPropertyBag) Constructor |
Initializes a new instance of the
AxisStyle class.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AxisStyle(
CSLineID id,
bool isAxisLineEnabled,
bool areMajorTicksEnabled,
bool areMinorTicksEnabled,
string? axisTitleOrNull,
IReadOnlyPropertyBag context
)
Parameters
- id CSLineID
- The style identifier.
- 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