Back to Devexpress

SeriesPoint.Item[Int32] Property

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

latest1.9 KB
Original Source

SeriesPoint.Item[Int32] Property

Provides indexed access to individual values at this series point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
indexInt32

A zero-based integer specifying the desired value’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.

|

Property Value

TypeDescription
Double

A Double value at the specified position within the collection of values at this series point.

|

Remarks

Use this property to access values using index notation at this series point. Every series point contains a collection of values for a particular argument which is specified via the SeriesPoint.Argument property. The number of values for this series point is determined by its series type and can be obtained via the SeriesPoint.Length property.

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace