Implements IndexOf(Object).

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public int IndexOf(
	SeriesBinding value
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	value As SeriesBinding _
) As Integer
Visual C++
public:
int IndexOf(
	SeriesBinding^ value
)

See Also