Click or drag to resize

ExcelChartSeriesCollection Class

Represents a collection of chart series.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelChartSeriesCollection

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelChartSeriesCollection : IEnumerable

The ExcelChartSeriesCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddSeries
Add a new series to the collection. The series will have a default name.
Public methodAddSeries(String)
Add a new series with the specified name to the collection.
Public methodGetEnumerator
Gets the collection enumerator
Public methodRemoveSeries(Int32)
Removes the series at the specified zero based index from collection.
Public methodRemoveSeries(String)
Removes the series with the specified name from collection.
Top
See Also