Skip to main content

ChartModel.CalculatedFields Property

Gets or sets the ChartControl.CalculatedFields property within the ChartCalculatedFieldModel.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Data)]
public ChartCalculatedFieldCollectionModel CalculatedFields { get; }

Property Value

Type Description
ChartCalculatedFieldCollectionModel

A collection that containscalculated fields.

See Also