ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStylesCollection.Remove Method

Removes the specified PointStyle from the collection.

[Visual Basic]

Public Sub Remove( _

ByVal ps As PointStyle _

)

[C#]

public void Remove(

PointStyle ps

);

[Delphi]

public procedure Remove(

ps: PointStyle

);

Parameters

ps

The PointStyle to remove from the PointStylesCollection.

See Also

PointStylesCollection Class | PointStylesCollection Members | C1.Win.C1Chart Namespace | PointStylesCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.