CSAxisInformationWithNamesForSecondUpAndDownSides Method |
Returns a copy of this instance with different names for the second up and down sides.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CSAxisInformation WithNamesForSecondUpAndDownSides(
string NameOfSecondUpSide,
string NameOfSecondDownSide
)
Parameters
- NameOfSecondUpSide String
- The name of the second up side.
- NameOfSecondDownSide String
- The name of the second down side.
Return Value
CSAxisInformationThe current instance if both names are unchanged; otherwise, a modified copy.
See Also