ScaleCollectionGetName Method |
Gets the conventional name of the scale at the specified index.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string GetName(
int idx
)
Parameters
- idx Int32
- The scale index.
Return Value
StringThe conventional scale name.
See Also