LinearSelectionFeature#

LinearSelectionFeature#

Constructor#

LinearSelectionFeature(axis, value, limits)

additional event attributes:

Properties#

LinearSelectionFeature.value

selection, data x or y value

Methods#

LinearSelectionFeature.add_event_handler(handler)

Add an event handler.

LinearSelectionFeature.block_events(val)

Block all events from this feature

LinearSelectionFeature.clear_event_handlers()

Clear all event handlers

LinearSelectionFeature.remove_event_handler(handler)

Remove a registered event handler.

LinearSelectionFeature.set_value(selector, value)

Graphic Feature value setter, must be implemented in subclass