ChartSeriesCollection class

ChartSeriesCollection class

Represents collection of ChartSeries

The ChartSeriesCollection type exposes the following members:

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
addCreates new chart series and adds it to the collection.
addCreates new chart series from ChartDataCell and adds it to the collection.
addCreates new chart series from ChartCellCollection and adds it to the collection.
addCreates new chart series from value and adds it to the collection.
insertCreates new chart series and inserts it into the collection.
index_ofSearches for the specified ChartSeries and returns the zero-based index of the first occurrence within the entire Collection
removeRemoves the specified value.
remove_atRemoves an ActiveX control stored at specified position from the collection.
clearRemoves all controls from the collection.

See Also