Skip to main content
All docs
V26.1
  • BarChartView.DataLabels Property

    Returns default data label settings for all bar series in the view.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public BarDataLabels DataLabels { get; }

    Property Value

    Type Description
    BarDataLabels

    A BarDataLabels object that specifies label display options.

    Remarks

    For additional information about data labels, refer to the following help topic: Customize Series Data Labels with DevExpress Presentation API.

    See Also