Series.LeaderLines Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::LeaderLines ^ LeaderLines { Microsoft::Office::Interop::Word::LeaderLines ^ get(); };
public Microsoft.Office.Interop.Word.LeaderLines LeaderLines { get; }
member this.LeaderLines : Microsoft.Office.Interop.Word.LeaderLines
Public ReadOnly Property LeaderLines As LeaderLines

Property Value

LeaderLines

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.

Remarks

This property applies only to pie charts.

Applies to