Wijmo UI for the Web
getCanvas Method
Returns a reference to the Raphael canvas object.
Syntax
Javascript (Usage) 
$(function () {
    var value; // Type:  Raphael
    value = $(".selector").wijchartcore("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

wijchartcore type
wijchartcore jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.