Class PivotOptions

Class PivotOptions

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

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

public class PivotOptions

Inheritance

objectPivotOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

DropZoneCategories

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.

public bool DropZoneCategories { get; set; }

Property Value

bool

DropZoneData

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.

public bool DropZoneData { get; set; }

Property Value

bool

DropZoneFilter

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.

public bool DropZoneFilter { get; set; }

Property Value

bool

DropZoneSeries

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.

public bool DropZoneSeries { get; set; }

Property Value

bool

DropZonesVisible

Specifies whether any pivot controls can appear on the pivot chart.

public bool DropZonesVisible { get; set; }

Property Value

bool