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