ChartCanvasSerie.getPoint

Syntax

getPoint(index: Integer);

Parameters

index. Index of data series point.

Description

The getPoint method returns point of chart data series by its index.

Comments

The method returns a PP.Ui.ChartPoint type value.

Example

The example of use is given on the page with description of the ChartCanvasSerie.addPoint method.

See also:

ChartCanvasSerie