Skip to main content
A newer version of this page is available. .

TdxChartCustomSeries.EmptyPointsDisplayMode Property

Specifies how the Chart control displays empty points in the series.

Declaration

property EmptyPointsDisplayMode: TdxChartEmptyPointsDisplayMode read; write; default TdxChartEmptyPointsDisplayMode.Default;

Property Value

Type Default Description
TdxChartEmptyPointsDisplayMode Default

The active empty point display mode.

Remarks

Refer to the TdxChartEmptyPointsDisplayMode type description for detailed information on available options.

Default Value

The EmptyPointsDisplayMode property’s default value is TdxChartEmptyPointsDisplayMode.Default.

The default EmptyPointsDisplayMode property value corresponds to the TdxChartEmptyPointsDisplayMode.Gap option.

See Also