SeriesCollection.NewSeries Method (Excel)
Creates a new series. Returns a Series object that represents the new series.
Syntax
expression .NewSeries
expression A variable that represents a SeriesCollection object.
Return Value
Series
Remarks
This method isn’t available for PivotChart reports.
Example
This example adds a new series to chart one.
Set ns = Charts(1).SeriesCollection.NewSeries