shadow

A value that indicates whether to show a shadow for the chart.

Type: Boolean

Default: false

Code Example:

var piechart = document.getElementById("wijpiechart").winControl;

                WinJS.UI.setOptions(piechart, {

              shadow: false

       });


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