Chart.Legend Property
Returns the legend for the chart. Read-only Legend.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.PowerPoint.Legend