_Chart.ShowValueFieldButtons Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to display the value field buttons on a PivotChart.
public:
property bool ShowValueFieldButtons { bool get(); void set(bool value); };
public bool ShowValueFieldButtons { get; set; }
Public Property ShowValueFieldButtons As Boolean
Property Value
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.