Skip to main content

PivotGridOptionsChartDataSourceBase.ProvideEmptyCells Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

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

Declaration

[XtraSerializableProperty]
public virtual bool ProvideEmptyCells { get; set; }

Property Value

Type Description
Boolean

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

See Also