Back to Devexpress

PivotGridDataSourceOptions.RetrieveEmptyCells Property

corelibraries-devexpress-dot-xtracharts-dot-pivotgriddatasourceoptions-2a27e49e.md

latest3.3 KB
Original Source

PivotGridDataSourceOptions.RetrieveEmptyCells Property

Specifies whether or not empty cells should be passed to a Chart from its associated Pivot Grid.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true to process the incoming empty cells; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to RetrieveEmptyCells
WinForms ControlsChartControl

.PivotGridDataSourceOptions .RetrieveEmptyCells

| | ASP.NET MVC Extensions | ChartControlSettings |

.PivotGridDataSourceOptions .RetrieveEmptyCells

| | .NET Reporting Tools | XRChart |

.PivotGridDataSourceOptions .RetrieveEmptyCells

| | ASP.NET Web Forms Controls | WebChartControl |

.PivotGridDataSourceOptions .RetrieveEmptyCells

|

Remarks

The RetrieveEmptyCells property is linked together with the PivotGridOptionsChartDataSourceBase.ProvideEmptyCells property of the associated Pivot Grid.

Note

If the Chart’s data source is not a Pivot Grid, trying to set this property causes a NotSupportedException, and the RetrieveEmptyCells property returns false when attempting to get its value.

For details on this, see Empty Points Representation.

See Also

Empty Points

Integrate the WinForms Chart with the Pivot Grid Control

PivotGridDataSourceOptions Class

PivotGridDataSourceOptions Members

DevExpress.XtraCharts Namespace