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

    Returns data label settings for bubble series points.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public BubbleDataLabels DataLabels { get; }

    Property Value

    Type Description
    BubbleDataLabels

    An object that stores label settings for points in this view.

    See Also