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