[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Insert

Insert Method

Insert(int, ScaleMenuItem)

Inserts an AxisScrollBar.ScaleMenuItem to the collection at the specified index.

Declaration
public void Insert(int index, AxisScrollBar.ScaleMenuItem smi)
Parameters
Type Name Description
int index

The zero-based index at which value should be inserted.

AxisScrollBar.ScaleMenuItem smi

The AxisScrollBar.ScaleMenuItem object to insert into the collection.