IChartSeriesCollection Interface

Represents collection of IChartSeries

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IChartSeriesCollection : IGenericCollection<IChartSeries>, 
	IEnumerable<IChartSeries>, IEnumerable, ICollection

The IChartSeriesCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd(ChartType)
Creates new chart series and adds it to the collection.
Public methodAdd(String, ChartType)
Creates new chart series from value and adds it to the collection.
Public methodAdd(IChartCellCollection, ChartType)
Creates new chart series from IChartCellCollection and adds it to the collection.
Public methodAdd(IChartDataCell, ChartType)
Creates new chart series from IChartDataCell and adds it to the collection.
Public methodClear
Removes all elements from the collection.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIChartSeries.)
Public methodIndexOf
Searches for the specified IChartSeries and returns the zero-based index of the first occurrence within the entire Collection
Public methodInsert
Creates new chart series and insertss it into the collection.
Public methodRemove
Removes the specified value.
Public methodRemoveAt
Removes the element at the specified index
See Also