ActiveReports 12
AddRange Method (LabelsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : AddRange Method
The labels to add to the collection.
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

Reference

LabelsCollection Class
LabelsCollection Members