DataVisualizer.getItemsByAreaRect

Syntax

getItemsByAreaRect(rect_selection: PP.Rect|PP.Ui.AreaSelection, fullEntry: Boolean);

Parameters

rect_selection. Rectangle or selection in coordinates relative to the chart.

fullEntry. Parameter that determines whether to account for full occurrence of items inside the rectangle, or partial occurrence is also accounted for. If the parameter is True, only full occurrence of the item within the rectangle is accounted for, if the parameter is False, partial matching is also accounted for.

Description

The getItemsByAreaRect method gets items within the specified chart area.

Comments

The method must be redefined in the descendant.

Example

The example of method use is given in the page with description of the DataVisualizer.AreaSelection property.

See also:

DataVisualizer