Creates a new Series that is automatically added to the SeriesCollection. The series will be plotted on the primary axis, and its type will be the chart's ChartType.

 public Series CreateSeries(System.String valueFormula)
Public Function CreateSeries(ByVal valueFormula As String) As Series

A formula representing the cells that contain the source data for the new series.

A Series object representing the new data series.