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