Skip to main content
All docs
V25.1
  • ChartCalculatedFieldModel.Expression Property

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

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.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 Description
    String

    An expression that is written in Criteria Language.

    See Also