Overload | Description |
---|---|
AddRange(String[]) | Add the specified string data point values to the series. |
AddRange(Double[]) | Add the specified double data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>) |
AddRange(Nullable<Double>[]) | Add the specified double? data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>) |
AddRange(DateTime[]) | Add the specified DateTime data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>) |
AddRange(Nullable<DateTime>[]) | Add the specified DateTime? data point values to the series. (Inherited from C1.Web.Wijmo.Controls.C1Chart.BaseChartAxisList<ChartXData>) |