[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStylesCollection.Remove

Remove Method

Remove(PointStyle)

Removes the specified PointStyle from the collection.

Declaration
public void Remove(PointStyle ps)
Parameters
Type Name Description
PointStyle ps

The PointStyle to remove from the PointStylesCollection.

See Also