閱讀英文

共用方式為


Chart.ShowValueFieldButtons Property

Definition

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

public bool ShowValueFieldButtons { get; set; }

Property Value

true to display the value field buttons on the specified PivotChart; otherwise, false.

Exceptions

This property is used in an Excel 2007 project.

Remarks

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 in Excel, which is available when a PivotChart is selected.

注意

This property appears in IntelliSense in Excel 2007 projects that target the .NET Framework 4. However, this property cannot be used in Excel 2007 projects.

Applies to