C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / IChartXAxisList Interface / AddRange Method
The specified string data point values.

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

Parameters

values
The specified string data point values.
See Also