-
java.lang.Object
- com.aspose.cells.PivotOptions
public class PivotOptions
extends java.lang.Object
Represents a complex type that specifies the pivot controls that appear on the chart
Property Getters/Setters Summary |
boolean | getDropZoneCategories() | |
void
| | |
|
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.
|
boolean | getDropZoneData() | |
void
| | |
|
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.
|
boolean | getDropZoneFilter() | |
void
| | |
|
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.
|
boolean | getDropZoneSeries() | |
void
| | |
|
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.
|
boolean | getDropZonesVisible() | |
void
| | |
|
Specifies whether any pivot controls can appear on the pivot chart.
|
-
Property Getters/Setters Detail
getDropZoneFilter/setDropZoneFilter
public boolean getDropZoneFilter() / public void setDropZoneFilter(boolean value)
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/setDropZoneCategories
public boolean getDropZoneCategories() / public void setDropZoneCategories(boolean value)
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/setDropZoneData
public boolean getDropZoneData() / public void setDropZoneData(boolean value)
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/setDropZoneSeries
public boolean getDropZoneSeries() / public void setDropZoneSeries(boolean value)
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.
setDropZoneFilter | |
public voidsetDropZoneFilter(booleanvalue)
|
-
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.
setDropZoneCategories | |
public voidsetDropZoneCategories(booleanvalue)
|
-
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.
setDropZoneData | |
public voidsetDropZoneData(booleanvalue)
|
-
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.
setDropZoneSeries | |
public voidsetDropZoneSeries(booleanvalue)
|
-
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.
setDropZonesVisible | |
public voidsetDropZonesVisible(booleanvalue)
|
-
Specifies whether any pivot controls can appear on the pivot chart.