ActiveReports Developer 7
AddRange Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : AddRange Method

value
The labels to add to the collection.

Glossary Item Box

Adds a set of labels to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As System.String _
) 
C# 
public void AddRange( 
   System.string[] value
)

Parameters

value
The labels to add to the collection.

See Also