Excel.Interfaces.ChartPivotOptionsData interface
An interface describing the data returned by calling chartPivotOptions.toJSON()
.
Properties
show |
Specifies whether to display the axis field buttons on a PivotChart. The |
show |
Specifies whether to display the legend field buttons on a PivotChart. |
show |
Specifies whether to display the report filter field buttons on a PivotChart. |
show |
Specifies whether to display the show value field buttons on a PivotChart. |
Property Details
showAxisFieldButtons
Specifies whether to display the axis field buttons on a PivotChart. The showAxisFieldButtons
property corresponds to the "Show Axis Field Buttons" command on the "Field Buttons" drop-down list of the "Analyze" tab, which is available when a PivotChart is selected.
showAxisFieldButtons?: boolean;
Property Value
boolean
Remarks
showLegendFieldButtons
Specifies whether to display the legend field buttons on a PivotChart.
showLegendFieldButtons?: boolean;
Property Value
boolean
Remarks
showReportFilterFieldButtons
Specifies whether to display the report filter field buttons on a PivotChart.
showReportFilterFieldButtons?: boolean;
Property Value
boolean
Remarks
showValueFieldButtons
Specifies whether to display the show value field buttons on a PivotChart.
showValueFieldButtons?: boolean;
Property Value
boolean
Remarks
Office Add-ins