[]
        
(Showing Draft Content)

C1.WPF.C1Chart.AxisCollection.InsertItem

InsertItem Method

InsertItem(int, Axis)

Inserts an element into the collection at the specified index.

Declaration
protected override void InsertItem(int index, Axis item)
Parameters
Type Name Description
int index

Index at which the element is inserted.

Axis item

Element to insert

Overrides