checkPointOnPlot(point: Object, approx: Number);
point. Parameter description.
approx. Approximation coefficient.
The checkPointOnPlot method checks if the data series point is within the chart plot area.
The method returns value of the Boolean type.
Available values:
true. The data series point is within the chart plot area.
false. The data series point is outside the chart plot area.
The example of use is given on the Example of Creating a Line Chart page.
See also: