MsoDataLabelsType Enumeration
Specifies the type of data label for a chart.
| Name | Value | Description |
|---|---|---|
| msoDataLabelsShowBubbleSizes | 6 | Display the size of the bubbles as data labels. |
| msoDataLabelsShowLabel | 4 | Display the data labels as text. |
| msoDataLabelsShowLabelAndPercent | 5 | Display text data labels with percentages. |
| msoDataLabelsShowNone | -4142 | Display no data labels. |
| msoDataLabelsShowPercent | 3 | Display data labels as percentages. |
| msoDataLabelsShowValue | 2 | Display data labels as values. |