Gets the index of the specified Chart3DStyle in the collection.

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

Syntax

C#
public int IndexOf(
	Chart3DStyle style
)
Visual Basic
Public Function IndexOf ( _
	style As Chart3DStyle _
) As Integer

Parameters

style
Type: C1.Win.C1Chart3D..::..Chart3DStyle
The Chart3DStyle to locate.

Return Value

An integer indicating the index of the specified Chart3DStyle.

See Also