$(function () { var returnsValue; // Type: Raphael returnsValue = $(".selector").wijcompositechart("getCanvas"); });
function getCanvas() : Raphael;
Return Value
Reference to raphael canvas object.
$(function () { var returnsValue; // Type: Raphael returnsValue = $(".selector").wijcompositechart("getCanvas"); });
function getCanvas() : Raphael;
$("#chartcore").wijchartcore("getCanvas")