Removes the specified PointStyle from the collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void Remove(
	PointStyle ps
)
Visual Basic
Public Sub Remove ( _
	ps As PointStyle _
)

Parameters

ps
Type: C1.Win.C1Chart..::..PointStyle
The PointStyle to remove from the PointStylesCollection.

See Also