The radius of bar rounding.
Value type: Integer
var chart = new dhtmlXChart({ radius:7, ... })
or
chart.define("radius",7);
If the radius property equals 0, the top corners of bars won't be rounded.