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