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

Default value: 25

Sets the amount of space in pixels between the chart area and the bottom edge of the <div> that defines the widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijbubblechart("option", "marginBottom");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijbubblechart("option", "marginBottom", newValue);
        
});
var marginBottom : number;
See Also

Reference

options type
wijbubblechart jQuery Widget