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

Default value: 25

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

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

Reference

options type
wijbubblechart jQuery Widget