Click or drag to resize

ScaleCollectionIndexOf Method

Gets the index of the specified scale.

Namespace: Altaxo.Graph.Scales
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.

Return Value

Int32
The zero-based index, or -1 if the scale was not found.
See Also