IChartSeriesCollection class

IChartSeriesCollection class

Represents collection of IChartSeries

The IChartSeriesCollection 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 IChartDataCell and adds it to the collection.
addCreates new chart series from IChartCellCollection 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 IChartSeries and returns the zero-based index of the first occurrence within the entire Collection
removeRemoves the specified value.
remove_atRemoves the element at the specified index
clearRemoves all elements (including the chart style) from the collection.

See Also