DataLabels Interface

A collection of all the DataLabel objects for the specified series.

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

Syntax

'Declaration
<GuidAttribute("92D41A62-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface DataLabels _
    Inherits IEnumerable
'Usage
Dim instance As DataLabels
[GuidAttribute("92D41A62-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface DataLabels : IEnumerable

Remarks

Each DataLabel object represents a data label for a point or trendline. For a series without definable points (such as an area series), the DataLabels collection contains a single data label.

See Also

Reference

DataLabels Members

Microsoft.Office.Interop.PowerPoint Namespace