YAxisCollectionIndexOf Method

Returns the index of YAxis in this collection.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public virtual int IndexOf(
	YAxis anAxis
)

Parameters

anAxis  YAxis
A YAxis to look for.

Return Value

Int32
Returns the index of YAxis in this collection.

See Also