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

A value that indicates how to calculate the bubble size.

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