Series.LeaderLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.