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