DCR

DCR

new DCR() → {object}

Source:

Main DCR Class, This will return a new instance of the Graph Class. This new object will be used for creating, editing or using the DCR graphs. This is added in to the Window context to be used and extended by user in plugins

Example
var myApp = new DCR();	
Returns:

Returns an object of Graph Class.

Type
object