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

Default value: 25

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

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

Reference

options type
wijcompositechart jQuery Widget