Chart.ShowAxisFieldButtons Property

Gets or sets whether to display axis field buttons on a Pivot Chart. 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 ShowAxisFieldButtons As Boolean
    Get
    Set
'Usage
Dim instance As Chart
Dim value As Boolean

value = instance.ShowAxisFieldButtons

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

Property Value

Type: System.Boolean
true if axis field buttons on a Pivot Chart should be displayed; otherwise, false.

Remarks

Read/write. This object or member 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 will convert the Pivot Chart to a Chart.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace