Click or drag to resize

CSAxisInformationWithNameOfAxisStyle Method

Returns a copy of this instance with a different axis style name.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSAxisInformation WithNameOfAxisStyle(
	string nameOfAxisStyle
)

Parameters

nameOfAxisStyle  String
The new axis style name.

Return Value

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