Skip to main content
All docs
V26.1
  • BubbleDataLabelPosition Enum

    Lists values that specify where to display bubble data labels.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public enum BubbleDataLabelPosition

    Members

    Name Description
    Left

    Displays the data label to the left of the bubble.

    Top

    Displays the data label above the bubble.

    Right

    Displays the data label to the right of the bubble.

    Bottom

    Displays the data label below the bubble.

    Center

    Displays the data label in the center of the bubble.

    Default

    Uses the default data label position defined by the chart.

    Related API Members

    The following properties accept/return BubbleDataLabelPosition values:

    See Also