Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of data label to apply.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration XlDataLabelsType
'Usage
Dim instance As XlDataLabelsType
public enum XlDataLabelsType
Members
| Member name | Description | |
|---|---|---|
| xlDataLabelsShowNone | No data labels. | |
| xlDataLabelsShowValue | Default value for the point (assumed if this argument is not specified). | |
| xlDataLabelsShowPercent | Percentage of the total. Available only for pie charts and doughnut charts. | |
| xlDataLabelsShowLabel | Category for the point. | |
| xlDataLabelsShowLabelAndPercent | Percentage of the total, and category for the point. Available only for pie charts and doughnut charts. | |
| xlDataLabelsShowBubbleSizes | Show the size of the bubble in reference to the absolute value. |