Click or drag to resize

CSAxisInformationWithIdentifier Method

Returns a copy of this instance with a different identifier.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSAxisInformation WithIdentifier(
	CSLineID identifier
)

Parameters

identifier  CSLineID
The new axis identifier.

Return Value

CSAxisInformation
The current instance if the identifier is unchanged; otherwise, a modified copy.
See Also