A value that indicates the left margin of the chart area.
Type: Number
Default: 25
Code Example:
var piechart = document.getElementById("wijpiechart").winControl;
WinJS.UI.setOptions(piechart, {
marginLeft: 25
});