Back to Devexpress

TimeIntervalCollection.Item[Int32] Property

corelibraries-devexpress-dot-xtracharts-dot-timeintervalcollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

TimeIntervalCollection.Item[Int32] Property

Returns a time interval by its zero-based index.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public TimeInterval this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As TimeInterval

Parameters

NameTypeDescription
indexInt32

The zero-based index.

|

Property Value

TypeDescription
TimeInterval

The time interval.

|

Remarks

If the parameter value is negative or exceeds the maximum available index, an exception is raised.

See Also

TimeIntervalCollection Class

TimeIntervalCollection Members

DevExpress.XtraCharts Namespace