C1.Web.Wijmo.Controls.45 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 _
) 
 

Parameters

value
The string data point value.
See Also