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

TimeIntervalCollectionModel.Item[Int32] Property

Returns the TimeIntervalCollection.Item property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

public TimeIntervalModel this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
TimeIntervalModel

The time interval.

See Also