C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartXAxisList Class / AddRange Method

In This Topic
AddRange Method (ChartXAxisList)
In This Topic
Add the specified string data point values to the series.
Overload List
OverloadDescription
Add the specified string data point values to the series.  
Add the specified double data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>)
Add the specified double? data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>)
Add the specified DateTime data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>)
Add the specified DateTime? data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>)
See Also