com.aspose.cells
Class PivotOptions

java.lang.Object
    extended by 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
booleangetDropZoneCategories()
voidsetDropZoneCategories(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.
booleangetDropZoneData()
voidsetDropZoneData(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.
booleangetDropZoneFilter()
voidsetDropZoneFilter(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.
booleangetDropZoneSeries()
voidsetDropZoneSeries(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.
booleangetDropZonesVisible()
voidsetDropZonesVisible(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)
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

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.

setDropZoneCategories

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.

setDropZoneData

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.

setDropZoneSeries

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.

getDropZonesVisible/setDropZonesVisible

public boolean getDropZonesVisible() / public void setDropZonesVisible(boolean value)
Specifies whether any pivot controls can appear on the pivot chart.

setDropZonesVisible

public void setDropZonesVisible(boolean value)
Specifies whether any pivot controls can appear on the pivot chart.

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