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