Border to be added at the bottom and right.
Specifies if events are handled.
Renderhint to be used for the outline graph.
Specifies if labels should be visible in the outline.
Minimum scale to be used.
Reference to the graph that renders the outline.
Specifies a viewport rectangle should be shown.
Optional Image to be used for the sizer.
Specifies the size of the sizer handler.
Reference to the source graph.
Optional boolean flag to suspend updates. This flag will also suspend repaints of the outline. To toggle this switch, use the following code.
Specifies if update should be called for InternalEvent.PAN in the source graph.
Creates the shape used as the sizer.
Destroy this outline and removes all listeners from source.
Returns true if events are handled. This implementation returns enabled.
Handles the event by starting a translation or zoom.
Handles the event by previewing the viewrect in graph and updating the rectangle that represents the viewrect in the outline.
Handles the event by applying the translation or zoom to graph.
Invokes update and revalidate the outline. This method is deprecated.
Enables or disables event handling. This implementation updates enabled.
Boolean that specifies the new enabled state.
Outline
Implements an outline (aka overview) for a graph. Set updateOnPan to true to enable updates while the source graph is panning.
Example
If an outline is used in an MaxWindow in IE8 standards mode, the following code makes sure that the shadow filter is not inherited and that any transparent elements in the graph do not show the page background, but the background of the graph container.
To move the graph to the top, left corner the following code can be used.
To toggle the suspended mode, the following can be used.