java.lang.Objectcom.aspose.cells.PivotOptions
public class PivotOptions
Field Summary | ||
---|---|---|
boolean | 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. | ||
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. | ||
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. | ||
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. | ||
boolean | DropZonesVisible | |
Specifies whether any pivot controls can appear on the pivot chart. |
Field Detail |
---|
DropZoneFilter | |
public boolean DropZoneFilter |
DropZoneCategories | |
public boolean DropZoneCategories |
DropZoneData | |
public boolean DropZoneData |
DropZoneSeries | |
public boolean DropZoneSeries |
DropZonesVisible | |
public boolean DropZonesVisible |