Skip to main content
All docs
V26.1
  • ChartModel.CalculatedFields Property

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

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll

    Declaration

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

    Property Value

    Type Description
    ChartCalculatedFieldCollectionModel

    A collection that containscalculated fields.

    See Also