ChartHistory.Point

Syntax

Point: PP.Ui.ChartSeriePoint;

Description

The Point property sets a point of bubble chart data series, for which to show this series values history.

Comments

Property value can be set from JSON or using the setPoint method, and returned with the getPoint method.

Example

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

See also:

ChartHistory