[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LabelsCollection.Insert

Insert Method

Insert(int, string)

Inserts an element into the collection at the specified index.

Declaration
public void Insert(int index, string value)
Parameters
Type Name Description
int index

The zero-based index at which

value
should be inserted.
string value

The string to insert.