ChartPoint.IsAfterNull

Syntax

IsAfterNull: Boolean;

Description

The IsAfterNull property indicates whether the chart data series point is positioned after a point with empty value.

Comments

Use JSON or the setIsAfterNull method to set the property value, and the getIsAfterNull method to get the property value.

Available values:

Example

The example of use is given on the Example of Creating a Stacked Histogram page.

See also:

ChartPoint