ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartXAxisList Class / Add Method / Add(String) Method
The string data point value.

In This Topic
    Add(String) Method
    In This Topic
    Add a string data point value to the series.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal value As System.String _
    ) 
    public void Add( 
       System.string value
    )

    Parameters

    value
    The string data point value.
    See Also