Skip to main content
A newer version of this page is available. .

IPivotSettings.ShowChart Property

Specifies whether the chart accompanying the pivot table is displayed.

Namespace: DevExpress.ExpressApp.PivotGrid

Assembly: DevExpress.ExpressApp.PivotGrid.v18.2.dll

Declaration

[DefaultValue(false)]
bool ShowChart { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the chart accompanying the pivot table is displayed; otherwise, false.

See Also