ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendsCollection Class / Insert Method
The index at which the legend is inserted.
The legend to insert.

In This Topic
    Insert Method (LegendsCollection)
    In This Topic
    Inserts a legend into the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Legend _
    ) 
    public void Insert( 
       int index,
       Legend value
    )

    Parameters

    index
    The index at which the legend is inserted.
    value
    The legend to insert.
    See Also