Chart.Legend Property

Returns a Legend object that represents the legend for the chart. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.Legend
Legend

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace