_Chart.ShowAllFieldButtons Property

Definition

Gets or sets whether to display all field buttons on a PivotChart.

public:
 property bool ShowAllFieldButtons { bool get(); void set(bool value); };
public bool ShowAllFieldButtons { get; set; }
Public Property ShowAllFieldButtons As Boolean

Property Value

true if all field buttons on a PivotChart should be displayed; otherwise, false.

Remarks

Read/write.

Set the ShowAllFieldButtons property to true to display all field buttons on the specified PivotChart. Set the property to false to hide all field buttons.

The ShowAllFieldButtons property corresponds to the Hide All command on the Field Buttons drop-down list of the Analyze tab, which is available when a PivotChart is selected.

Applies to