wijmo.chart.wijbubblechart Namespace > options type : sizingMethod Option |
Default value: 'diameter'
A value that indicates how to calculate the bubble size.
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) | |
---|---|
|