_Chart.ShowLegendFieldButtons 属性

定义

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

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

属性值

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

注解

读/写。

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

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

适用于