wijmo.chart.wijscatterchart 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
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijscatterchart("option", "marginRight"); // Set value var newValue; // Type: number $(".selector").wijscatterchart("option", "marginRight", newValue); }); |
Javascript (Specification) | |
---|---|
|