Back to Devexpress

PivotGridControl.ChartProvideEmptyCells Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-716c66b7.md

latest1.2 KB
Original Source

PivotGridControl.ChartProvideEmptyCells Property

Gets or sets whether empty cells should be processed by the Chart control. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ChartProvideEmptyCells { get; set; }
vb
Public Property ChartProvideEmptyCells As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace