ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ChartDataSeriesCollection.Remove Method

Removes the specified ChartDataSeries from the collection.

[Visual Basic]

Public Sub Remove( _

ByVal s As ChartDataSeries _

)

[C#]

public void Remove(

ChartDataSeries s

);

[Delphi]

public procedure Remove(

s: ChartDataSeries

);

Parameters

s

Series to remove.

See Also

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


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