IChartSeriesCollectionAdd Method

Overload List
  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.
See Also