ActiveReports.Chart Request technical support
AddRange Method
See Also 


value
The labels to add to the collection.
Adds a set of labels to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As LabelsCollection
Dim value() As String
 
instance.AddRange(value)
C# 
public void AddRange( 
   string[] value
)

Parameters

value
The labels to add to the collection.

See Also