Chart.HasLegend Property

Returns True if the chart has a legend. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property HasLegend As Boolean
    Get
    Set
'Usage
Dim instance As Chart
Dim value As Boolean

value = instance.HasLegend

instance.HasLegend = value
bool HasLegend { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace