The height of 3D pie
Value type: Integer
var chart = new dhx.ui({ view:"chart", type:"pie3D" ... height: 30, ... })
or
chart.define("height",30);