Interface IPivotOptions
public interface IPivotOptions
Represents the options whether to display pivot chart bottons.
-
Method Summary
boolean
Gets whether to display all field buttons on a PivotChart.
boolean
Gets whether to display the axis field buttons on a PivotChart.
boolean
Gets whether to display the expand entire field and collapse entire field buttons on a PivotChart.
boolean
Gets whether to display the legend field buttons on a PivotChart.
boolean
Gets whether to display the report filter field buttons on a PivotChart.
boolean
Gets whether to display the value field buttons on a PivotChart.
void
Sets whether to display all field buttons on a PivotChart.
void
Sets whether to display the axis field buttons on a PivotChart.
void
Sets whether to display the expand entire field and collapse entire field buttons on a PivotChart.
void
Sets whether to display the legend field buttons on a PivotChart.
void
Sets whether to display the report filter field buttons on a PivotChart.
void
Sets whether to display the value field buttons on a PivotChart.