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