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

ChartCalculatedFieldCollection.Item[String] Property

Returns a calculated field by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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