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