ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartXAxisList Class / Add Method

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