LeaderLines Interface
Represents leader lines on a chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024437-0000-0000-C000-000000000046")> _
Public Interface LeaderLines
'Usage
Dim instance As LeaderLines
[InterfaceTypeAttribute()]
[GuidAttribute("00024437-0000-0000-C000-000000000046")]
public interface LeaderLines
Remarks
Leader lines connect data labels to data points. This object isn’t a collection, because there’s no object that represents a single leader line.
Use the LeaderLines property to return the LeaderLines object.
This object applies only to pie charts.