ChartSerie.Points

Syntax

Points: Array

Description

The Points property determines points for data series.

Comments

Use JSON or the setPoints method to set the property value and the getPoints method to get the property value.

This property contains an array of PP.Ui.ChartSeriePoint type objects.

Example

The example of property use is given in the page ChartSerie Constructor.

See also:

ChartSerie