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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to process the incoming empty cells; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Retrieve |
---|---|---|
Win |
Chart |
|
.NET Reporting Tools | XRChart |
|
ASP. |
Chart |
|
ASP. |
Web |
|
#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 Not
For details on this, see Empty Points Representation.