Back to Devexpress

PivotGridOptionsChartDataSourceBase.ProvideEmptyCells Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridoptionschartdatasourcebase-e07d7e5f.md

latest1.5 KB
Original Source

PivotGridOptionsChartDataSourceBase.ProvideEmptyCells Property

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

Namespace : DevExpress.XtraPivotGrid.Data

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public virtual bool ProvideEmptyCells { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property ProvideEmptyCells As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace