Search
Overview Class
Remarks See Also
 





The Overview control provides a scaled-down view of Diagram contents and allows scrolling and zooming a DiagramView.

Namespace: MindFusion.Diagramming
File: Overview.js

 Syntax

JavaScript  Copy Code

// class
Overview.prototype = {}

 Remarks

To specify which DiagramView instance is controlled by the overview, set the diagramView property. Set the scaleMode property to specify if overview should zoom-to-fit the whole diagram or display it at a fixed scale.

 Inheritance Hierarchy

MindFusion.Controls.CanvasControl
    MindFusion.Diagramming.Overview

 See Also