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