Description
Creates a new Series that is automatically added to the SeriesCollection.
C#
vb.net
Parameters
area
A Area object representing the cells that contain the source data for the new series.chartType
The type of series to add. This method will throw an exception if the specified type is not compatible with an existing series type in the chart.axisType
Specifies whether the series will be associated with the primary or secondary axis.Returns
ASeries
object representing the new data series.