$(function () { // Get value var returnsValue; // Type: array returnsValue = $(".selector").wijlinechart("option", "annotations"); // Set value var newValue; // Type: array $(".selector").wijlinechart("option", "annotations", newValue); });
var annotations : array;