ChartCanvasSerie.Trend

Syntax

Trend: Boolean;

Description

The Trend property determines whether the chart data series is a trend line.

Comments

To create a new trend, use the ChartCanvasSerie.TrendLine property.

Use JSON to set the property value and the getTrend method to get the property value.

Available values:

Example

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

See also:

ChartCanvasSerie