Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SeriesCollection.Add Method

Name Parameters Description
Add(ChartData, ChartData) arguments, values Appends a new series with the specified argument and value data to the collection.
Add(Range, Range, Range) seriesName, arguments, values Appends a new series with the specified name to the collection and provides data for series arguments and series values.
Add(Range, Range) arguments, values Appends a new series with the specified argument and value data to the collection.
Add(String, ChartData, ChartData) seriesName, arguments, values Appends a new series with the specified name to the collection and provides data for series arguments and series values.