Class PivotOptions

PivotOptions class

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

public class PivotOptions

Properties

NameDescription
DropZoneCategories { get; set; }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.
DropZoneData { get; set; }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.
DropZoneFilter { get; set; }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.
DropZoneSeries { get; set; }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.
DropZonesVisible { get; set; }Specifies whether any pivot controls can appear on the pivot chart.

See Also