Wijmo UI for the Web
getCanvas Method
Returns a reference to the Raphael canvas object.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijbubblechart();
var value; // Type: Raphael
value = instance.getCanvas();
Javascript (Specification) 
function getCanvas() : Raphael;

Return Value

Reference to raphael canvas object.
Example
$("#chartcore").wijchartcore("getCanvas")
Browser Compatibility
7
5
5

See Also

Reference

wijbubblechart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.