ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 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 _
    ) 
    void AddRange( 
       System.string[] values
    )

    Parameters

    values
    The specified string data point values.
    See Also