Skip to main content
All docs
V25.1
  • ChartCalculatedField.DisplayName Property

    Gets or sets the calculated field’s display name.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
    public string DisplayName { get; set; }

    #Property Value

    Type Description
    String

    The calculated field’s display name.

    #Remarks

    The calculated field’s display name in the Chart Designer‘s Chart Data tab. If DisplayName is not specified, the Name property value is used.

    See Also