BarChart for ASP.NET WebForms
AddRange Method (IChartXAxisList)

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

Parameters

values
The specified string data point values.
See Also

Reference

IChartXAxisList Interface
IChartXAxisList Members