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