C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / IChartXAxisList Interface / Add Method
The string data point value.

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

Parameters

value
The string data point value.
See Also