Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IPivotSettings.ShowChart Property

Specifies whether the chart accompanying the pivot table is displayed.

Namespace: DevExpress.ExpressApp.PivotGrid

Assembly: DevExpress.ExpressApp.PivotGrid.v21.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