ChartSeriesCollectionAdd 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 ChartCellCollection and adds it to the collection.
Public methodAdd(IChartDataCell, ChartType)
Creates new chart series from ChartDataCell and adds it to the collection.
See Also