[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStylesCollection.IndexOf

IndexOf Method

IndexOf(PointStyle)

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

Declaration
public int IndexOf(PointStyle ps)
Parameters
Type Name Description
PointStyle ps

The PointStyle to locate in the collection.

Returns
Type Description
int

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