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