PivotOptions

PivotOptions class

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

class PivotOptions;

Properties

PropertyTypeDescription
dropZoneFilterbooleanSpecifies 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.
dropZoneCategoriesbooleanSpecifies 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.
dropZoneDatabooleanSpecifies 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.
dropZoneSeriesbooleanSpecifies 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.
dropZonesVisiblebooleanSpecifies whether any pivot controls can appear on the pivot chart.

dropZoneFilter

Specifies 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.

dropZoneFilter : boolean;

dropZoneCategories

Specifies 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.

dropZoneCategories : boolean;

dropZoneData

Specifies 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.

dropZoneData : boolean;

dropZoneSeries

Specifies 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.

dropZoneSeries : boolean;

dropZonesVisible

Specifies whether any pivot controls can appear on the pivot chart.

dropZonesVisible : boolean;