[]
Represents the options whether to display pivot chart bottons.
public interface IPivotOptions
Gets or sets whether to display all field buttons on a PivotChart.
bool ShowAllFieldButtons { get; set; }
Gets or sets whether to display the axis field buttons on a PivotChart.
bool ShowAxisFieldButtons { get; set; }
Gets or sets whether to display the expand entire field and collapse entire field buttons on a PivotChart.
bool ShowExpandCollapseEntireFieldButtons { get; set; }
Gets or sets whether to display the legend field buttons on a PivotChart.
bool ShowLegendFieldButtons { get; set; }
Gets or sets whether to display the report filter field buttons on a PivotChart.
bool ShowReportFilterFieldButtons { get; set; }
Gets or sets whether to display the value field buttons on a PivotChart.
bool ShowValueFieldButtons { get; set; }