Aspose::Cells::Charts::PivotOptions class
Contents
[
Hide
]PivotOptions class
Represents a complex type that specifies the pivot controls that appear on the chart.
class PivotOptions
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++