$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijchartcore("option", "stacked"); // Set value var newValue; // Type: boolean $(".selector").wijchartcore("option", "stacked", newValue); });
var stacked : boolean;