ChartAreaSerie.getPolyInRange

Syntax

getPolyInRange(start: Object, end: Object);

Parameters

start. Left border of the range.

end. Right border of the range.

Description

The getPolyInRange method returns the array of series points in specified range.

Comments

The method returns value of the Array type.

Example

The example of use is given on the Example of Creating an Area Chart page.

See also:

ChartAreaSerie