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