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