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