XlDataLabelsType Enumeration
Specifies the type of data label to apply.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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 isn't 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. |