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

Return Value

Reference to raphael canvas object.
See Also

Reference

wijgauge type
wijgauge jQuery Widget