InfLineAxisData#

InfLineAxisData#

Constructor#

InfLineAxisData(data[, axis, property_name])

Manages the positions buffer for InfLineGraphic.

Properties#

InfLineAxisData.axis

InfLineAxisData.buffer

managed buffer, returns a weakref proxy

InfLineAxisData.value

numpy array object representing the data managed by this buffer

Methods#

InfLineAxisData.add_event_handler(handler)

Add an event handler.

InfLineAxisData.block_events(val)

Block all events from this feature

InfLineAxisData.clear_event_handlers()

Clear all event handlers

InfLineAxisData.remove_event_handler(handler)

Remove a registered event handler.

InfLineAxisData.set_value(graphic, value)

set the line positions, allocating a new buffer if the number of lines changed