Click or drag to resize

ScaleCollectionGetName Method

Gets the conventional name of the scale at the specified index.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetName(
	int idx
)

Parameters

idx  Int32
The scale index.

Return Value

String
The conventional scale name.
See Also