MindFusion.Diagramming for JavaScript Programmer's Guide

Overview Class

Remarks See Also
 





The Overview control provides a scaled-down view of a Diagram contents and allows scrolling and zooming the diagram with the mouse.

Namespace: MindFusion.Diagramming
File: Overview.js

 Syntax

JavaScript  Copy Code

// class
Overview.prototype = {}

 Remarks

To specify which Diagram instance is shown in the overview, use the setDiagram method.  Currently the whole diagram fits into the control.

 See Also