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

In This Topic
    Contains Method (PointStylesCollection)
    In This Topic
    Determines whether the specified PointStyle exists in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal ps As PointStyle _
    ) As System.Boolean
    public System.bool Contains( 
       PointStyle ps
    )

    Parameters

    ps
    The PointStyle to locate in the PointStylesCollection.

    Return Value

    A boolean indicating whether the specified PointStyle is contained in the collection.
    See Also