Gets the current index of the specified PointStyle in the collection.

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

Syntax

C#
public int IndexOf(
	PointStyle ps
)
Visual Basic
Public Function IndexOf ( _
	ps As PointStyle _
) As Integer

Parameters

ps
Type: C1.Win.C1Chart..::..PointStyle
The PointStyle to locate in the collection.

Return Value

Returns an integer indicating the element of the specified PointStyle within the collection. If the PointStyle is not found the return value is –1.

See Also