PivotOptions
PivotOptions class
Represents a complex type that specifies the pivot controls that appear on the chart
class PivotOptions;
Methods
Method | Description |
---|---|
getDropZoneFilter() | 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. |
setDropZoneFilter(boolean) | 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. |
getDropZoneCategories() | 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. |
setDropZoneCategories(boolean) | 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. |
getDropZoneData() | 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. |
setDropZoneData(boolean) | 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. |
getDropZoneSeries() | 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. |
setDropZoneSeries(boolean) | 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. |
getDropZonesVisible() | Specifies whether any pivot controls can appear on the pivot chart. |
setDropZonesVisible(boolean) | Specifies whether any pivot controls can appear on the pivot chart. |
isNull() | Checks whether the implementation object is null. |
getDropZoneFilter()
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.
getDropZoneFilter() : boolean;
setDropZoneFilter(boolean)
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.
setDropZoneFilter(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getDropZoneCategories()
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.
getDropZoneCategories() : boolean;
setDropZoneCategories(boolean)
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.
setDropZoneCategories(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getDropZoneData()
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.
getDropZoneData() : boolean;
setDropZoneData(boolean)
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.
setDropZoneData(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getDropZoneSeries()
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.
getDropZoneSeries() : boolean;
setDropZoneSeries(boolean)
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.
setDropZoneSeries(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getDropZonesVisible()
Specifies whether any pivot controls can appear on the pivot chart.
getDropZonesVisible() : boolean;
setDropZonesVisible(boolean)
Specifies whether any pivot controls can appear on the pivot chart.
setDropZonesVisible(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;