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