Wijmo UI for the Web
type Option

Default value: 'line'

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

Syntax
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) 
var type : string;
Remarks
Options are 'line' and 'area'.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlinechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.