Chart.ShowValueFieldButtons Property
Gets or sets whether to display the value 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 ShowValueFieldButtons As Boolean
Get
Set
'Usage
Dim instance As Chart
Dim value As Boolean
value = instance.ShowValueFieldButtons
instance.ShowValueFieldButtons = value
bool ShowValueFieldButtons { get; set; }
Property Value
Type: System.Boolean
true if the value 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.