BubbleDataLabels.LabelPosition Property
Gets or sets the data label position.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| BubbleDataLabelPosition | A BubbleDataLabelPosition value that specifies where to display labels. |
Available values:
| 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. |
See Also