PivotOptions Class
Contents
[
Hide
]PivotOptions class
Represents a complex type that specifies the pivot controls that appear on the chart
type PivotOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetDropZoneFilter | Specifies whether a control for each PivotTable field on the PivotTable page axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| SetDropZoneFilter | Specifies whether a control for each PivotTable field on the PivotTable page axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| GetDropZoneCategories | Specifies whether a control for each PivotTable field on the PivotTable row axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| SetDropZoneCategories | Specifies whether a control for each PivotTable field on the PivotTable row axisof 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 axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| SetDropZoneData | Specifies whether a control for each PivotTable field on the PivotTable data axisof 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 axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| SetDropZoneSeries | Specifies whether a control for each PivotTable field on the PivotTable column axisof 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. |
| SetDropZonesVisible | Specifies whether any pivot controls can appear on the pivot chart. |