java.lang.Object
com.aspose.cells.PivotOptions
public class PivotOptions
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | getDropZoneCategories() | |
void | 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. | ||
boolean | getDropZoneData() | |
void | 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. | ||
boolean | getDropZoneFilter() | |
void | 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. | ||
boolean | getDropZoneSeries() | |
void | 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. | ||
boolean | getDropZonesVisible() | |
void | setDropZonesVisible(boolean) | |
| 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) | |
getDropZoneCategories/setDropZoneCategories | |
public boolean getDropZoneCategories() / public void setDropZoneCategories(boolean value) | |
getDropZoneData/setDropZoneData | |
public boolean getDropZoneData() / public void setDropZoneData(boolean value) | |
getDropZoneSeries/setDropZoneSeries | |
public boolean getDropZoneSeries() / public void setDropZoneSeries(boolean value) | |
getDropZonesVisible/setDropZonesVisible | |
public boolean getDropZonesVisible() / public void setDropZonesVisible(boolean value) | |