$(function () { // Get value var returnsValue; // Type: Function returnsValue = $(".selector").wijcandlestickchart("option", "candlestickFormatter"); // Set value var newValue; // Type: Function $(".selector").wijcandlestickchart("option", "candlestickFormatter", newValue); });
var candlestickFormatter : Function;