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