ChartPoint.LinkedPoints

Syntax

LinkedPoints: Array;

Description

The LinkedPoints property determines array of linked points of the data series.

Comments

Use JSON or the setLinkedPoints method to set the property value, and the getLinkedPoints method to get the property value.

The property contains an array of objects of the PP.Ui.ChartPoint type.

Example

The example of use is given on the page with description of the ChartPoint.State property.

See also:

ChartPoint