Click or drag to resize

LinkedScaleCollectionIndexOf Method

Gets the index of the specified scale.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	Scale ax
)

Parameters

ax  Scale
The scale to look up.

Return Value

Int32
The index of the scale, or -1 if not found.
See Also