IChartSeriesCollection class
Contents
[
Hide
]IChartSeriesCollection class
Represents collection of IChartSeries
The IChartSeriesCollection type exposes the following members:
Gets the element at the specified index.
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
add | Creates new chart series and adds it to the collection. |
add | Creates new chart series from IChartDataCell and adds it to the collection. |
add | Creates new chart series from IChartCellCollection and adds it to the collection. |
add | Creates new chart series from value and adds it to the collection. |
insert | Creates new chart series and inserts it into the collection. |
index_of | Searches for the specified IChartSeries and returns the zero-based index of the first occurrence within the entire Collection |
remove | Removes the specified value. |
remove_at | Removes the element at the specified index |
clear | Removes all elements (including the chart style) from the collection. |
See Also
- class
IChartSeries
- module
aspose.slides.charts
- library
Aspose.Slides