_Chart.ShowAxisFieldButtons 属性

定义

获取或设置是否在数据透视图上显示轴字段按钮。

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

属性值

如果应显示数据透视图上的轴字段按钮,则为 true;否则为 false

注解

读/写。

ShowAxisFieldButtons 属性设置为 true 以在指定的数据透视图上显示轴字段按钮。 将 属性设置为 false 可隐藏按钮。

属性 ShowAxisFieldButtons 对应于“分析”选项卡的“字段按钮”下拉列表上的“显示坐标轴字段按钮”命令,当选择数据透视图时,该按钮可用。

适用于