chaco.plotscrollbar module

class chaco.plotscrollbar.PlotScrollBar(**traits)

Bases: enable.qt4.scrollbar.NativeScrollBar

A ScrollBar that can be wired up to anything with an xrange or yrange and which can be attached to a plot container.

force_data_update()

This forces the scrollbar to recompute its range bounds. This should be used if datasources are changed out on the range, or if the data ranges on existing datasources of the range are changed.

overlay(component, gc, view_bounds=None, mode='default')