Aspose::Cells::Charts::PivotOptions class

PivotOptions class

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

class PivotOptions

Methods

MethodDescription
GetDropZoneCategories()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()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()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()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()Specifies whether any pivot controls can appear on the pivot chart.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotOptions& src)operator=
PivotOptions(PivotOptions_Impl* impl)Constructs from an implementation object.
PivotOptions(const PivotOptions& src)Copy constructor.
SetDropZoneCategories(bool 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.
SetDropZoneData(bool 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.
SetDropZoneFilter(bool 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.
SetDropZoneSeries(bool 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.
SetDropZonesVisible(bool value)Specifies whether any pivot controls can appear on the pivot chart.
~PivotOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also