[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.AxesCollection.OnInsert

OnInsert Method

OnInsert(int, object)

Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance.

Declaration
protected override void OnInsert(int index, object value)
Parameters
Type Name Description
int index

The zero-based index at which to insert value.

object value

The new value of the element at index.

Overrides