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

    Returns data label settings for the doughnut view.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DoughnutDataLabels DataLabels { get; }

    Property Value

    Type Description
    DoughnutDataLabels

    Data label settings for the doughnut view.

    Remarks

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

    See Also