Skip to main content

ChartCalculatedFieldCollectionModel.Item[Int32] Property

Indexed access to items in the ChartCalculatedFieldCollectionModel.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public ChartCalculatedFieldModel this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based item position within the collection.

Property Value

Type Description
ChartCalculatedFieldModel

An item at the specified position.

See Also