Skip to main content

ChartCalculatedFieldModel.Expression Property

Gets or sets the ChartCalculatedField.Expression property within the ChartCalculatedFieldModel.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Data)]
[PropertyForOptions(-1, "General", 3)]
[UseEditor(typeof(ChartCalculatedFieldExpressionEditorControl), typeof(ChartCalculatedFieldExpressionEditorControlAdapter))]
public string Expression { get; set; }

Property Value

Type Description
String

An expression that is written in Criteria Language.

See Also