Click or drag to resize

CSAxisInformation(CSLineID, String, String, String, String, String, CSAxisSide, CSAxisSide, Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the CSAxisInformation class.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSAxisInformation(
	CSLineID Identifier,
	string NameOfAxisStyle,
	string NameOfFirstDownSide,
	string NameOfFirstUpSide,
	string NameOfSecondDownSide,
	string NameOfSecondUpSide,
	CSAxisSide PreferredLabelSide,
	CSAxisSide PreferredTickSide,
	bool IsShownByDefault,
	bool HasTicksByDefault,
	bool HasLabelsByDefault,
	bool HasTitleByDefault
)

Parameters

Identifier  CSLineID
The axis identifier.
NameOfAxisStyle  String
The display name of the axis style.
NameOfFirstDownSide  String
The name of the first down side.
NameOfFirstUpSide  String
The name of the first up side.
NameOfSecondDownSide  String
The name of the second down side.
NameOfSecondUpSide  String
The name of the second up side.
PreferredLabelSide  CSAxisSide
The preferred side for labels.
PreferredTickSide  CSAxisSide
The preferred side for ticks.
IsShownByDefault  Boolean
A value indicating whether the axis is shown by default.
HasTicksByDefault  Boolean
A value indicating whether ticks are shown by default.
HasLabelsByDefault  Boolean
A value indicating whether labels are shown by default.
HasTitleByDefault  Boolean
A value indicating whether a title is shown by default.
See Also