IsAfterNull: Boolean;
The IsAfterNull property indicates whether the chart data series point is positioned after a point with empty value.
Use JSON or the setIsAfterNull method to set the property value, and the getIsAfterNull method to get the property value.
Available values:
true. The chart data series point is positioned after a point with empty value.
false. The chart data series point is not positioned after a point with empty value (default).
The example of use is given on the Example of Creating a Stacked Histogram page.
See also: