The pie's radius.
Value type: Integer
var chart = new dhx.ui({ view:"chart", type:"pie", ... radius:50, ... })
or
chart.define("radius",50);