NewSeries Method
Applies To
SeriesCollection collection object.
Description
Creates a new series. Returns a Series object that represents the new series.
Syntax
expression.NewSeries( )
expression Required. An expression that returns a SeriesCollection object.
See Also
Add method (SeriesCollection collection).
Example
This example adds a new series to chart one.
Set ns = Charts(1).SeriesCollection.NewSeries