Click or drag to resize

ChartSeriesCollection Add Method

Overload List
Name Description
Public method 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.
Public method Add(String, Double , Double )
Adds new ChartSeries to this collection. Use this method to add series to any type of Scatter charts.
Public method 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.
Public method Add(String, Double , Double , Double )
Adds new ChartSeries to this collection. Use this method to add series to any type of Bubble charts.
Top
See Also