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

    Returns a calculated field by its name.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    public ChartCalculatedField this[string name] { get; }

    #Parameters

    Name Type Description
    name String

    A string that represents the calculated field name.

    #Property Value

    Type Description
    ChartCalculatedField

    A calculated field object with the specified ChartElementNamed.Name property.

    See Also