$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijcompositechart("option", "height"); // Set value var newValue; // Type: any $(".selector").wijcompositechart("option", "height", newValue); });
var height : any;