_Chart.ShowValueFieldButtons Property
Gets or sets whether to display the value field buttons on a PivotChart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.
Set the ShowValueFieldButtons property to true to display the Value Field buttons on the specified PivotChart. Set the property to false to hide the button.
The ShowValueFieldButtons property corresponds to the Show Value Field Buttons command on the Field Buttons drop-down list of the Analyze tab, which is available when a PivotChart is selected.