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