Skip to main content
A newer version of this page is available. .

TimeIntervalCollection.Insert(Int32, TimeInterval) Method

Inserts the specified time interval into the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void Insert(
    int index,
    TimeInterval interval
)

Parameters

Name Type Description
index Int32

A zero-based integer which specifies the position at which the time interval should be inserted.

interval TimeInterval

The time interval to insert into the collection.

See Also