PivotOptions class

PivotOptions class

Represents a complex type that specifies the pivot controls that appear on the chart

The PivotOptions type exposes the following members:

Properties

PropertyDescription
drop_zone_filterSpecifies whether a control for each PivotTable field on the PivotTable page axis
of the source PivotTable appears on the chart when dropZonesVisible is set to true.
drop_zone_categoriesSpecifies whether a control for each PivotTable field on the PivotTable row axis
of the source PivotTable appears on the chart when dropZonesVisible is set to true.
drop_zone_dataSpecifies whether a control for each PivotTable field on the PivotTable data axis
of the source PivotTable appears on the chart when dropZonesVisible is set to true.
drop_zone_seriesSpecifies whether a control for each PivotTable field on the PivotTable column axis
of the source PivotTable appears on the chart when dropZonesVisible is set to true.
drop_zones_visibleSpecifies whether any pivot controls can appear on the pivot chart.

See Also