A value that determines whether to show a stacked chart.
Type: Boolean
Default: false
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
stacked: true
});