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

Gets or sets whether series objects are stacked.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijscatterchart("option", "stacked");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijscatterchart("option", "stacked", newValue);
        
});
var stacked : boolean;
Remarks
default value is "false"
See Also

Reference

options type
wijscatterchart jQuery Widget