Click or drag to resize

CSAxisInformation(CSLineID, String, String, String, CSAxisSide, 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,
	CSAxisSide PreferredLabelSide,
	bool IsShownByDefault,
	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.
PreferredLabelSide  CSAxisSide
The preferred side for labels.
IsShownByDefault  Boolean
A value indicating whether the axis is shown by default.
HasTitleByDefault  Boolean
A value indicating whether the axis has a title by default.
See Also