PivotOptions Class

PivotOptions class

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


type PivotOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetDropZoneFilterSpecifies 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.
SetDropZoneFilterSpecifies 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.
GetDropZoneCategoriesSpecifies 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.
SetDropZoneCategoriesSpecifies 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.
GetDropZoneDataSpecifies 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.
SetDropZoneDataSpecifies 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.
GetDropZoneSeriesSpecifies 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.
SetDropZoneSeriesSpecifies 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.
GetDropZonesVisibleSpecifies whether any pivot controls can appear on the pivot chart.
SetDropZonesVisibleSpecifies whether any pivot controls can appear on the pivot chart.