Wijmo UI for the Web
stacked Option

Default value: false

A value that determines whether to show a stacked chart.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijlinechart("option", "stacked");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlinechart("option", "stacked", newValue);
        
});
Javascript (Specification) 
var stacked : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlinechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.