checkIntersection(left: Number, top: Number, right: Number, bottom: Number, fullEntr: Boolean);
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:
true. The check that selected area enters entirely in a column of bar factor is used;
false. The check that selected area enters entirely in a column of bar factor is not used (default).
The checkIntersection method checks whether selected area crosses columns of the bar factor.
The method returns identifiers of the principle data mappings of visualizer for the factor columns crossed by selected rectangular area.
The example of use is given on the page with description of the MapVisualItem.checkEnclosure method.
See also: