com.aspose.cells
Class PivotOptions

java.lang.Object
    extended by com.aspose.cells.PivotOptions

public class PivotOptions 
extends java.lang.Object

Utility class containing constants. Represents a complex type that specifies the pivot controls that appear on the chart

Field Summary
booleanDropZoneFilter
           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.
booleanDropZoneCategories
           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.
booleanDropZoneData
           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.
booleanDropZoneSeries
           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.
booleanDropZonesVisible
           Specifies whether any pivot controls can appear on the pivot chart.
 

Field Detail

DropZoneFilter

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

DropZoneCategories

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

DropZoneData

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

DropZoneSeries

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

DropZonesVisible

public boolean DropZonesVisible
Specifies whether any pivot controls can appear on the pivot chart.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.