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

ChartCalculatedFieldCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public ChartCalculatedField this[int index] { get; }

Parameters

Name Type Description
index Int32

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

Type Description
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