CSAxisInformation(CSLineID, String, String, String, CSAxisSide, Boolean, Boolean) Constructor |
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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