RectangleSelectionFeature#

RectangleSelectionFeature#

Constructor#

RectangleSelectionFeature(value, limits)

additional event attributes:

Properties#

RectangleSelectionFeature.value

(xmin, xmax, ymin, ymax) of the selection, in data space

Methods#

RectangleSelectionFeature.add_event_handler(handler)

Add an event handler.

RectangleSelectionFeature.block_events(val)

Block all events from this feature

RectangleSelectionFeature.clear_event_handlers()

Clear all event handlers

RectangleSelectionFeature.remove_event_handler(handler)

Remove a registered event handler.

RectangleSelectionFeature.set_value(...)

Set the selection of the rectangle selector.