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
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
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
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
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
DropZonesVisible
Specifies whether any pivot controls can appear on the pivot chart.
public bool DropZonesVisible { get; set; }