IChartSeriesCollection Interface |
Namespace: Aspose.Slides.Charts
The IChartSeriesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Gets the element at the specified index.
|
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | Add(ChartType) |
Creates new chart series and adds it to the collection.
|
![]() | Add(String, ChartType) |
Creates new chart series from value and adds it to the collection.
|
![]() | Add(IChartCellCollection, ChartType) |
Creates new chart series from IChartCellCollection and adds it to the collection.
|
![]() | Add(IChartDataCell, ChartType) |
Creates new chart series from IChartDataCell and adds it to the collection.
|
![]() | Clear |
Removes all elements from the collection.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIChartSeries.) |
![]() | IndexOf |
Searches for the specified IChartSeries and returns the zero-based index of the first occurrence within the entire Collection
|
![]() | Insert |
Creates new chart series and insertss it into the collection.
|
![]() | Remove |
Removes the specified value.
|
![]() | RemoveAt |
Removes the element at the specified index
|