Aspose::Cells::Charts::IPivotOptions Class Referenceabstract

Represents a complex type that specifies the pivot controls that appear on the chart More...

Inherits Object.

Public Member Functions

virtual bool GetDropZoneFilter ()=0
 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. More...
 
virtual void SetDropZoneFilter (bool value)=0
 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. More...
 
virtual bool GetDropZoneCategories ()=0
 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. More...
 
virtual void SetDropZoneCategories (bool value)=0
 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. More...
 
virtual bool GetDropZoneData ()=0
 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. More...
 
virtual void SetDropZoneData (bool value)=0
 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. More...
 
virtual bool GetDropZoneSeries ()=0
 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. More...
 
virtual void SetDropZoneSeries (bool value)=0
 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. More...
 
virtual bool GetDropZonesVisible ()=0
 Specifies whether any pivot controls can appear on the pivot chart. More...
 
virtual void SetDropZonesVisible (bool value)=0
 Specifies whether any pivot controls can appear on the pivot chart. More...
 

Detailed Description

Represents a complex type that specifies the pivot controls that appear on the chart

Member Function Documentation

◆ GetDropZoneCategories()

virtual bool Aspose::Cells::Charts::IPivotOptions::GetDropZoneCategories ( )
pure virtual

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()

virtual bool Aspose::Cells::Charts::IPivotOptions::GetDropZoneData ( )
pure virtual

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.

◆ GetDropZoneFilter()

virtual bool Aspose::Cells::Charts::IPivotOptions::GetDropZoneFilter ( )
pure virtual

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.

◆ GetDropZoneSeries()

virtual bool Aspose::Cells::Charts::IPivotOptions::GetDropZoneSeries ( )
pure virtual

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()

virtual bool Aspose::Cells::Charts::IPivotOptions::GetDropZonesVisible ( )
pure virtual

Specifies whether any pivot controls can appear on the pivot chart.

◆ SetDropZoneCategories()

virtual void Aspose::Cells::Charts::IPivotOptions::SetDropZoneCategories ( bool  value)
pure virtual

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()

virtual void Aspose::Cells::Charts::IPivotOptions::SetDropZoneData ( bool  value)
pure virtual

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.

◆ SetDropZoneFilter()

virtual void Aspose::Cells::Charts::IPivotOptions::SetDropZoneFilter ( bool  value)
pure virtual

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.

◆ SetDropZoneSeries()

virtual void Aspose::Cells::Charts::IPivotOptions::SetDropZoneSeries ( bool  value)
pure virtual

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()

virtual void Aspose::Cells::Charts::IPivotOptions::SetDropZonesVisible ( bool  value)
pure virtual

Specifies whether any pivot controls can appear on the pivot chart.