2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PointStylesCollection Class / IndexOf Method
The PointStyle to locate in the collection.

In This Topic
    IndexOf Method (PointStylesCollection)
    In This Topic
    Gets the current index of the specified PointStyle in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal ps As PointStyle _
    ) As System.Integer
    public System.int IndexOf( 
       PointStyle ps
    )

    Parameters

    ps
    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