[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPivotOptions

Interface IPivotOptions

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the options whether to display pivot chart bottons.

public interface IPivotOptions

Properties

ShowAllFieldButtons

Gets or sets whether to display all field buttons on a PivotChart.

bool ShowAllFieldButtons { get; set; }

Property Value

bool

ShowAxisFieldButtons

Gets or sets whether to display the axis field buttons on a PivotChart.

bool ShowAxisFieldButtons { get; set; }

Property Value

bool

ShowExpandCollapseEntireFieldButtons

Gets or sets whether to display the expand entire field and collapse entire field buttons on a PivotChart.

bool ShowExpandCollapseEntireFieldButtons { get; set; }

Property Value

bool

ShowLegendFieldButtons

Gets or sets whether to display the legend field buttons on a PivotChart.

bool ShowLegendFieldButtons { get; set; }

Property Value

bool

ShowReportFilterFieldButtons

Gets or sets whether to display the report filter field buttons on a PivotChart.

bool ShowReportFilterFieldButtons { get; set; }

Property Value

bool

ShowValueFieldButtons

Gets or sets whether to display the value field buttons on a PivotChart.

bool ShowValueFieldButtons { get; set; }

Property Value

bool