MapVisualItem.checkIntersection

Syntax

checkIntersection(left: Number, top: Number, right: Number, bottom: Number, fullEntr: Boolean);

Parameters

left. Left side abscissa of the rectangular area.

top. Top side ordinate of the rectangular area.

right. Right side abscissa of the rectangular area.

bottom. Lower side ordinate of the rectangular area.

fullEntr. Attribute of checking that selected area enters entirely in a column of bar factor Available values:

Description

The checkIntersection method checks whether selected area crosses columns of the bar factor.

Comments

The method returns identifiers of the principle data mappings of visualizer for the factor columns crossed by selected rectangular area.

Example

The example of use is given on the page with description of the MapVisualItem.checkEnclosure method.

See also:

MapVisualItem