TcxGridChartHistogram.EmptyPointsDisplayMode Property
Specifies the missing values representation style.
Declaration
property EmptyPointsDisplayMode: TcxGridChartEmptyPointsDisplayMode read; write; default epdmZero;
Property Value
| Type | Default |
|---|---|
| TcxGridChartEmptyPointsDisplayMode | epdmZero |
Remarks
Options include:
| Value | Meaning |
|---|---|
| epdmZero | Missing values are shown as zero values. |
| epdmGap | Missing values are shown as empty points (they are not drawn in the diagram). |
The default value of the EmptyPointsDisplayMode property is epdmZero.
See Also