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

TimeIntervalCollection.Add(TimeInterval) Method

Appends a TimeInterval to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public int Add(
    TimeInterval interval
)

Parameters

Name Type Description
interval TimeInterval

The time interval to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds a TimeInterval object to the end of the collection.

See Also