Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LegendItemCollection Class / InsertItem Method

In This Topic
    InsertItem Method (LegendItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As LegendItemBase _
    ) 
    protected virtual void InsertItem( 
       int index,
       LegendItemBase item
    )

    Parameters

    index
    item
    See Also