CSAxisInformation(CSLineID, String, String, String, CSAxisSide) 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
)
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.
See Also