stacked

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

                     });


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