CSAxisInformationWithIdentifier Method |
Returns a copy of this instance with a different identifier.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CSAxisInformation WithIdentifier(
CSLineID identifier
)
Parameters
- identifier CSLineID
- The new axis identifier.
Return Value
CSAxisInformationThe current instance if the identifier is unchanged; otherwise, a modified copy.
See Also