ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class / Add Method
The legend item to add to the collection.

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