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