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