ChartCanvasSerie.checkPointOnPlot

Syntax

checkPointOnPlot(point: Object, approx: Number);

Parameters

point. Parameter description.

approx. Approximation coefficient.

Description

The checkPointOnPlot method checks if the data series point is within the chart plot area.

Comments

The method returns value of the Boolean type.

Available values:

Example

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

See also:

ChartCanvasSerie