DataLabels Interface 

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)

Usage

Public Class ataLabelsImplementation
    Implements DataLabels
End Class
Dim ataLabelsImplementation1 As New ataLabelsImplementation()

Syntax

Public Interface DataLabels
public interface DataLabels
public interface class DataLabels
public interface DataLabels
public interface DataLabels

Remarks

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

DataLabels Members