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.v19.1.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ProvideEmptyCells
WinForms Controls PivotGridControl
.OptionsChartDataSource.ProvideEmptyCells
Reporting XRPivotGrid
.OptionsChartDataSource.ProvideEmptyCells
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsChartDataSource.ProvideEmptyCells
MVCxPivotGrid
.OptionsChartDataSource.ProvideEmptyCells
PivotGridSettings
.OptionsChartDataSource.ProvideEmptyCells
See Also