stacked

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

                     });


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