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