is100Percent

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

                       });


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.