XlDataLabelsType Enumeration

Specifies the type of data label to apply.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("840D3BE9-75B9-44F8-A4A9-8C23F48DFFE0")> _
Public Enumeration XlDataLabelsType
'Usage
Dim instance As XlDataLabelsType
[GuidAttribute("840D3BE9-75B9-44F8-A4A9-8C23F48DFFE0")]
public enum XlDataLabelsType

Members

Member name Description
xlDataLabelsShowNone No data labels.
xlDataLabelsShowValue The default value for the point (assumed if this argument is not specified).
xlDataLabelsShowPercent The percentage of the total. Available only for pie charts and doughnut charts.
xlDataLabelsShowLabel The category for the point.
xlDataLabelsShowLabelAndPercent The percentage of the total, and the 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.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace