ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendsCollection Class / Add Method
The Legend to add to the collection.

In This Topic
    Add Method (LegendsCollection)
    In This Topic
    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