Back to Devexpress

ChartCalculatedFieldCollection.Item[Int32] Property

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

latest1.7 KB
Original Source

ChartCalculatedFieldCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
indexInt32

A zero-based integer that specifies the item’s position within the collection. A negative integer or integer that exceeds the last available index raises an exception.

|

Property Value

TypeDescription
ChartCalculatedField

A ChartCalculatedField object that represents a calculated field at the specified position.

|

Remarks

Use this property to access items through index notation.

See Also

ChartCalculatedFieldCollection Class

ChartCalculatedFieldCollection Members

DevExpress.XtraCharts Namespace