ActiveReports 12
Add Method (LegendItemsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : Add Method
The legend item to add to the collection.
Adds a legend item to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal item As LegendItem _
) As Integer
public int Add( 
   LegendItem item
)

Parameters

item
The legend item to add to the collection.
See Also

Reference

LegendItemsCollection Class
LegendItemsCollection Members