Skip to main content

ChartCalculatedFieldCollection.Item[String] Property

Returns a calculated field by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.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