ChartCalculatedFieldCollection.Item[String] Property
Returns a calculated field by its name.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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