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

ChartCalculatedFieldModel.Expression Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.1.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
String
See Also