Skip to main content
All docs
V25.1
  • ChartCalculatedFieldCollection.Item[Int32] Property

    Provides indexed access to individual items in the collection.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.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