Removes the specified ChartDataSeries from the collection.

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

Syntax

C#
public void Remove(
	ChartDataSeries s
)
Visual Basic
Public Sub Remove ( _
	s As ChartDataSeries _
)

Parameters

s
Type: C1.Win.C1Chart..::..ChartDataSeries
Series to remove.

See Also