Wijmo UI for the Web
marginLeft Option
wijmo.chart.wijscatterchart Namespace > options type : marginLeft Option

Default value: 25

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

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

Reference

options type
wijscatterchart jQuery Widget