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