Gets the index of the specified Chart3DPointSeries in the collection.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public int IndexOf(
	Chart3DPointSeries series
)
Visual Basic
Public Function IndexOf ( _
	series As Chart3DPointSeries _
) As Integer

Return Value

An integer indicating the index of the specified Chart3DPointSeries.

See Also