Wijmo UI for the Web
getCanvas Method
wijmo.chart Namespace > wijlinechart type : getCanvas Method
Returns a reference to the Raphael canvas object.
Syntax
$(function () {
    var returnsValue; // Type:  Raphael
    returnsValue = $(".selector").wijlinechart("getCanvas");
});
function getCanvas() : Raphael;

Return Value

Reference to raphael canvas object.
Example
$("#chartcore").wijchartcore("getCanvas")
See Also

Reference

wijlinechart type
wijlinechart jQuery Widget