Wijmo UI for the Web
maximumSize Option

Default value: 20

The maximum bubble size represents the percentage of the diameter (or area) of the plot area.

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

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.