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