Share via


_Chart.ShowAllFieldButtons Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ShowAllFieldButtons As Boolean
    Get
    Set
'Usage
Dim instance As _Chart
Dim value As Boolean

value = instance.ShowAllFieldButtons

instance.ShowAllFieldButtons = value
bool ShowAllFieldButtons { get; set; }

Property Value

Type: System.Boolean
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.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace