Wijmo UI for the Web
type Option
wijmo.chart.wijlinechart Namespace > options type : type Option

Default value: 'line'

An option that indicates the type of chart to be displayed.

Syntax
$(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;
Remarks
Options are 'line' and 'area'.
See Also

Reference

options type
wijlinechart jQuery Widget