[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartDataSeriesCollection

ChartDataSeriesCollection Class

Summary description for C1Chart2DDataSeriesList.

Inheritance
ChartDataSeriesCollection
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class ChartDataSeriesCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
ChartDataSeriesCollection()

Creates a new instance of ChartDataSeriesCollection class.

ChartDataSeriesCollection(ChartData)

Creates a new instance of ChartDataSeriesCollection class.

Properties

Name Description
this[int]

Gets the specified ChartDataSeries from the collection by numeric index.

Methods

Name Description
Add(ChartDataSeries)

Adds the specified ChartDataSeries to the collection.

AddNewSeries()

Creates a new ChartDataSeries and appends it to the collection.

IndexOf(ChartDataSeries)

Searches for the specified ChartDataSeries and returns the zero-based index of the first occurrence within the entire ChartDataSeriesCollection.

Insert(int, ChartDataSeries)

Inserts the specified ChartDataSeries in the collection at the specified index.

InsertNewSeries(int)

Creates a new ChartDataSeries and inserts it into the collection at the specified index.

OnClear()
OnClearComplete()
OnInsert(int, object)

Called whenever a series is added to the collection.

OnInsertComplete(int, object)
OnRemoveComplete(int, object)
Remove(ChartDataSeries)

Removes the specified ChartDataSeries from the collection.

RemoveAll()

Removes all series from the collection.