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