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

Default value: true

A value that indicates whether to show a shadow around the edge of the chart.

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

Reference

options type
wijscatterchart jQuery Widget