A value that indicates whether to show a shadow for the chart.
Type: Boolean
Default: false
Code Example:
var linechart = document.getElementById("wijlinechartDefault").winControl;
WinJS.UI.setOptions(linechart, {
shadow: false
});