[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LegendItemsCollection.Insert

Insert Method

Insert(int, LegendItem)

Inserts a legend item into the collection at the specified index.

Declaration
public void Insert(int index, LegendItem item)
Parameters
Type Name Description
int index

The zero-based index at which

value
should be inserted.
LegendItem item

The LegendItem to insert