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.3179.0 (4.8.3179.0)
Syntax
C#
public AxisStyle(
	CSLineID id,
	bool isAxisLineEnabled,
	bool areMajorTicksEnabled,
	bool areMinorTicksEnabled,
	string? axisTitleOrNull,
	IReadOnlyPropertyBag context
)

Parameters

id  CSLineID

[Missing <param name="id"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisStyle.#ctor(Altaxo.Graph.CSLineID,System.Boolean,System.Boolean,System.Boolean,System.String,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

isAxisLineEnabled  Boolean

[Missing <param name="isAxisLineEnabled"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisStyle.#ctor(Altaxo.Graph.CSLineID,System.Boolean,System.Boolean,System.Boolean,System.String,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

areMajorTicksEnabled  Boolean

[Missing <param name="areMajorTicksEnabled"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisStyle.#ctor(Altaxo.Graph.CSLineID,System.Boolean,System.Boolean,System.Boolean,System.String,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

areMinorTicksEnabled  Boolean

[Missing <param name="areMinorTicksEnabled"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisStyle.#ctor(Altaxo.Graph.CSLineID,System.Boolean,System.Boolean,System.Boolean,System.String,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

axisTitleOrNull  String

[Missing <param name="axisTitleOrNull"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisStyle.#ctor(Altaxo.Graph.CSLineID,System.Boolean,System.Boolean,System.Boolean,System.String,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisStyle.#ctor(Altaxo.Graph.CSLineID,System.Boolean,System.Boolean,System.Boolean,System.String,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also