DataLabel Interface
Represents the data label on a chart point or trendline.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A61-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface DataLabel
'Usage
Dim instance As DataLabel
[GuidAttribute("92D41A61-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface DataLabel
Remarks
On a series, the DataLabel object is a member of the DataLabels collection. The DataLabels collection contains a DataLabel object for each point. For a series without definable points (such as an area series), the DataLabels collection contains a single DataLabel object.