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