_Chart.ShowAxisFieldButtons Property

Definition

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

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

Property Value

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

Remarks

Read/write.

Set the ShowAxisFieldButtons property to true to display axis field buttons on the specified PivotChart. Set the property to false to hide the buttons.

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

Applies to