LinkedScaleCollectionIndexOf Method |
Gets the index of the specified scale.
Namespace: Altaxo.Graph.Scales.DeprecatedAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
Scale ax
)
Parameters
- ax Scale
- The scale to look up.
Return Value
Int32The index of the scale, or
-1 if not found.
See Also