Skip to main content
.NET 6.0+

IPivotSettings.ShowChart Property

Specifies whether the chart accompanying the pivot table is displayed.

Namespace: DevExpress.ExpressApp.PivotGrid

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