LineChart for ASP.NET Web Forms
Add Method (IChartXAxisList)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace > IChartXAxisList Interface : Add Method
The string data point value.
Add a string data point value to the series.
Syntax
'Declaration
 
Sub Add( _
   ByVal value As System.String _
) 
void Add( 
   System.string value
)

Parameters

value
The string data point value.
See Also

Reference

IChartXAxisList Interface
IChartXAxisList Members