Wijmo UI for the Web
sizingMethod Option
wijmo.chart.wijbubblechart Namespace > options type : sizingMethod Option

Default value: 'diameter'

A value that indicates how to calculate the bubble size.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijbubblechart("option", "sizingMethod");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijbubblechart("option", "sizingMethod", newValue);
        
});
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.
See Also

Reference

options type
wijbubblechart jQuery Widget