A value that indicates the width of the chart.
Type: Number
Default: null
Code Example:
var scatterchart = document.getElementById("wijscatterchartDefault").winControl;
WinJS.UI.setOptions(scatterchart, {
width: 600
});