Series.LeaderLines Property

Returns a LeaderLines object that represents the leader lines for the series. Read-only.

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

Syntax

'Declaration
ReadOnly Property LeaderLines As LeaderLines
    Get
'Usage
Dim instance As Series
Dim value As LeaderLines

value = instance.LeaderLines
LeaderLines LeaderLines { get; }

Property Value

Type: Microsoft.Office.Interop.Word.LeaderLines
LeaderLines

Remarks

This property applies only to pie charts.

Examples

This example adds data labels and blue leader lines to series one on the first pie chart in the active document. If no leader lines are visible this example code will fail. In this situation, you can manually drag one of the data labels away from the pie chart to make a leader line show up.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace