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

PivotGridOptionsChartDataSourceBase.ProvideEmptyCells Property

Gets or sets whether empty cells should be processed by the Chart control.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v22.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(true)]
public virtual bool ProvideEmptyCells { get; set; }

Property Value

Type Default Description
Boolean true

true if empty cells should be processed by the Chart control; otherwise, false.

See Also