Chart.ShowLegendFieldButtons Property

Gets or sets whether to display legend field buttons on a PivotChart. This object, member, or enumeration is deprecated and is not intended to be used in your code.

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

Syntax

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

value = instance.ShowLegendFieldButtons

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

Property Value

Type: System.Boolean
true if legend field buttons on a PivotChart should be displayed; otherwise, false.

Remarks

Read/write. This property is part of the shared chart object model infrastructure between Microsoft Word, Microsoft Excel, and Microsoft PowerPoint and is not meant to be called directly from your code. Reading or setting this property causes a run-time error. In Word 2010, you cannot create a Pivot Chart and copying or pasting a valid Pivot Chart from Excel to a Word document converts the Pivot Chart to a Chart.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace