Wijmo UI for the Web
sizingMethod Option

Default value: 'diameter'

A value that indicates how to calculate the bubble size.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijbubblechart("option", "sizingMethod");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijbubblechart("option", "sizingMethod", newValue);
        
});
Javascript (Specification) 
var sizingMethod : string;
Remarks
Valid Values: "area" and "diameter" area: Render the bubble's area based on the y1 value. diameter: Render the bubble's diameter based on the y1 value.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.