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