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