[]
Adds a ChartSeriesCollection to the existing ChartSeriesCollection.
public void AddRange(IEnumerable<ChartSeries> collection)
Type | Name | Description |
---|---|---|
IEnumerable<ChartSeries> | collection | The ChartSeriesCollection to add to the current collection. |