| Visual Basic (Declaration) | |
|---|---|
Public Sub AddRange( _ ByVal items() As LegendItem _ ) | |
| C# | |
|---|---|
public void AddRange( LegendItem[] items ) | |
Parameters
- items
- The legend items to add.
|
| ActiveReports Developer 7 | |
| AddRange Method | |
| See Also | |
| GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : AddRange Method |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Sub AddRange( _ ByVal items() As LegendItem _ ) | |
| C# | |
|---|---|
public void AddRange( LegendItem[] items ) | |