MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class / Insert Method
The zero-based index at which the LegendItem should be inserted.
The LegendItem to insert.

In This Topic
Insert Method (LegendItemsCollection)
In This Topic
Inserts a LegendItem into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As LegendItem _
) 
 

Parameters

index
The zero-based index at which the LegendItem should be inserted.
item
The LegendItem to insert.
See Also