Click or drag to resize

G2DCartesicCoordinateSystemGetAxisName Method

Gets the display name of the specified axis.

Namespace: Altaxo.Graph.Gdi.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetAxisName(
	CSLineID id
)

Parameters

id  CSLineID
The axis identifier.

Return Value

String
The axis name.
See Also