Enables/disables shadow
Value type: Boolean
var chart = new dhtmlXChart({ ... shadow:false, ... })
or
chart.define("shadow",false);