XlDataLabelsType enumeration

Office 2013 and later

You should access and use this enumeration from the Excel primary interop assembly (PIA).

Specifies the type of data label to apply. The default is typically xlDataLabelsShowValue.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlDataLabelsShowNoneYou should access and use this enumeration from the Excel primary interop assembly (PIA). No data labels.
xlDataLabelsShowValueYou should access and use this enumeration from the Excel primary interop assembly (PIA). Value for the point (assumed if this argument isn't specified).
xlDataLabelsShowPercentYou should access and use this enumeration from the Excel primary interop assembly (PIA). Percentage of the total. Available only for pie charts and doughnut charts.
xlDataLabelsShowLabelYou should access and use this enumeration from the Excel primary interop assembly (PIA). Category for the point.
xlDataLabelsShowLabelAndPercentYou should access and use this enumeration from the Excel primary interop assembly (PIA). Percentage of the total, and category for the point. Available only for pie charts and doughnut charts.
xlDataLabelsShowBubbleSizesYou should access and use this enumeration from the Excel primary interop assembly (PIA). Show the size of the bubble in reference to the absolute value.
Show: