ScaleCollectionIndexOf Method |
Gets the index of the specified scale.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
Scale ax
)
Parameters
- ax Scale
- The scale.
Return Value
Int32The zero-based index, or
-1 if the scale was not found.
See Also