ChartSeriesPointCollectionAddRange Method |
Adds a collection of series points to the points collection.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddRange(
ChartSeriesPointCollection chartSeriesPoints
)
Public Sub AddRange (
chartSeriesPoints As ChartSeriesPointCollection
)
public:
void AddRange(
ChartSeriesPointCollection^ chartSeriesPoints
)
member AddRange :
chartSeriesPoints : ChartSeriesPointCollection -> unit
Parameters
- chartSeriesPoints
- Type: Kettic.AspNet.Controls.ChartModelChartSeriesPointCollection
Points to add
See Also