DataLabels interface
Office 2013 and later
A collection of all the DataLabel objects for the specified series. 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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Use the DataLabels method to return the DataLabels collection.
Use DataLabels(index), where index is the data-label index number, to return a single DataLabel object.
Show: