public interface IPivotOptions
| Modifier and Type | Method and Description |
|---|---|
boolean |
getShowAllFieldButtons()
Gets whether to display all field buttons on a PivotChart.
|
boolean |
getShowAxisFieldButtons()
Gets whether to display the axis field buttons on a PivotChart.
|
boolean |
getShowExpandCollapseEntireFieldButtons()
Gets whether to display the expand entire field and collapse entire field buttons on a PivotChart.
|
boolean |
getShowLegendFieldButtons()
Gets whether to display the legend field buttons on a PivotChart.
|
boolean |
getShowReportFilterFieldButtons()
Gets whether to display the report filter field buttons on a PivotChart.
|
boolean |
getShowValueFieldButtons()
Gets whether to display the value field buttons on a PivotChart.
|
void |
setShowAllFieldButtons(boolean value)
Sets whether to display all field buttons on a PivotChart.
|
void |
setShowAxisFieldButtons(boolean value)
Sets whether to display the axis field buttons on a PivotChart.
|
void |
setShowExpandCollapseEntireFieldButtons(boolean value)
Sets whether to display the expand entire field and collapse entire field buttons on a PivotChart.
|
void |
setShowLegendFieldButtons(boolean value)
Sets whether to display the legend field buttons on a PivotChart.
|
void |
setShowReportFilterFieldButtons(boolean value)
Sets whether to display the report filter field buttons on a PivotChart.
|
void |
setShowValueFieldButtons(boolean value)
Sets whether to display the value field buttons on a PivotChart.
|
boolean getShowReportFilterFieldButtons()
void setShowReportFilterFieldButtons(boolean value)
boolean getShowLegendFieldButtons()
void setShowLegendFieldButtons(boolean value)
boolean getShowAxisFieldButtons()
void setShowAxisFieldButtons(boolean value)
boolean getShowValueFieldButtons()
void setShowValueFieldButtons(boolean value)
boolean getShowAllFieldButtons()
void setShowAllFieldButtons(boolean value)
boolean getShowExpandCollapseEntireFieldButtons()
void setShowExpandCollapseEntireFieldButtons(boolean value)