DataLabel Interface

Represents the data label on a chart point or trendline.

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

Syntax

'Declaration
<GuidAttribute("1FD94DF1-3569-4465-94FF-E8B22D28EEB0")> _
Public Interface DataLabel
'Usage
Dim instance As DataLabel
[GuidAttribute("1FD94DF1-3569-4465-94FF-E8B22D28EEB0")]
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.

See Also

Reference

DataLabel Members

Microsoft.Office.Interop.Word Namespace