Open this page in the API Guide

Diagram Constructor

Initializes the Adapter. Called during construction.
 

Parameters

adapterOptions

Type: Object
(optional) An object literal parameter specifying default values.
Optional: True

Examples

The following example initializes a new instance of a Diagram object:

1
var newObject = new dundas.view.controls.Diagram();