Wijmo UI for the Web
shadow Option

Default value: true

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

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

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.