| ChartSeriesCollection Add Method | 
 Overload List
Overload List
 
| Name | Description | |
|---|---|---|
|   | Add(String, DateTime , Double ) | 
 Adds new ChartSeries to this collection.
Use this method to add series to any type of Area, Radar and Stock charts.
 | 
|   | Add(String, Double , Double ) | 
 Adds new ChartSeries to this collection.
Use this method to add series to any type of Scatter charts.
 | 
|   | Add(String, String , Double ) | 
 Adds new ChartSeries to this collection.
Use this method to add series to any type of Bar, Column, Line and Surface charts.
 | 
|   | Add(String, Double , Double , Double ) | 
 Adds new ChartSeries to this collection.
Use this method to add series to any type of Bubble charts.
 | 
 See Also
See Also