ChartPoint.IsFictive

Syntax

IsFictive: Boolean;

Description

The IsFictive property determines whether the point of chart data series is a dummy point.

Comments

Use JSON or the setIsFictive method to set the property value, and the getIsFictive method to get the property value.

Available values:

A dummy point is used for extension of a forecast data series.

Example

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

See also:

ChartPoint