ActiveReports 12
Add Method (LegendsCollection)

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

Parameters

value
The Legend to add to the collection.
See Also

Reference

LegendsCollection Class
LegendsCollection Members