Click or drag to resize

CSAxisInformationWithNamesForFirstUpAndDownSides Method

Returns a copy of this instance with different names for the first 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 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

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