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