ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / AddRange Method
The labels to add to the collection.

In This Topic
    AddRange Method (LabelsCollection)
    In This Topic
    Adds a set of labels to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal value() As String _
    ) 
    public void AddRange( 
       string[] value
    )

    Parameters

    value
    The labels to add to the collection.
    See Also