2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PointStylesCollection Class / Remove Method
The PointStyle to remove from the PointStylesCollection.

In This Topic
    Remove Method (PointStylesCollection)
    In This Topic
    Removes the specified PointStyle from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal ps As PointStyle _
    ) 
    public void Remove( 
       PointStyle ps
    )

    Parameters

    ps
    The PointStyle to remove from the PointStylesCollection.
    See Also