Back to Devexpress

ChartCalculatedFieldCollection.Item[String] Property

corelibraries-devexpress-dot-xtracharts-dot-chartcalculatedfieldcollection-dot-item-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

ChartCalculatedFieldCollection.Item[String] Property

Returns a calculated field by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartCalculatedField this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As ChartCalculatedField

Parameters

NameTypeDescription
nameString

A string that represents the calculated field name.

|

Property Value

TypeDescription
ChartCalculatedField

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

|

See Also

ChartCalculatedFieldCollection Class

ChartCalculatedFieldCollection Members

DevExpress.XtraCharts Namespace