_Chart.Legend Property
Returns a Legend object that represents the legend for the chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Legend As Legend
Get
'Usage
Dim instance As _Chart
Dim value As Legend
value = instance.Legend
Legend Legend { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Legend