Click or drag to resize

CSAxisInformationWithNamesForSecondUpAndDownSides Method

Returns a copy of this instance with different names for the second up and down sides.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

CSAxisInformation
The current instance if both names are unchanged; otherwise, a modified copy.
See Also