$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijlinechart("option", "type"); // Set value var newValue; // Type: string $(".selector").wijlinechart("option", "type", newValue); });
var type : string;
Default value: 'line'
An option that indicates the type of chart to be displayed.
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijlinechart("option", "type"); // Set value var newValue; // Type: string $(".selector").wijlinechart("option", "type", newValue); });
var type : string;