wijmo.chart.wijlinechart Namespace > options type : type Option |
Default value: 'line'
An option that indicates the type of chart to be displayed.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijlinechart("option", "type"); // Set value var newValue; // Type: string $(".selector").wijlinechart("option", "type", newValue); }); |
Javascript (Specification) | |
---|---|
|