| layout | post |
|---|---|
| title | ejOverview |
| description | API reference for ejOverview |
| documentation | API |
| platform | Angular-api |
| keywords | overview, ejOverview, overview api, syncfusion |
Overview control allows you to see a preview or an overall view of the entire content of a Diagram. This helps you to look at the overall picture of a large Diagram and also to navigate, pan, or zoom, on a particular position of the page.
- module:jQuery.js
- module:ej.common.all
- module:ej.widgets.all
- module:jquery.easing.js
- module:jquery.globalize.js
- module:jsrender.js
- module:jquery.validate.js
- module:jquery.validate.unobtrusive.js
{:#members:sourceID}
The sourceId property of overview should be set with the corresponding Diagram ID for you need the overall view.
- null
{% highlight html %}
{% endhighlight %}
{:#members:height}
Defines the height of the overview
- 400
{% highlight html %}
{% endhighlight %}
{:#members:width}
Defines the width of the overview
- 250
{% highlight html %}
{% endhighlight %}