The vertical position of pie's center.
Value type: Integer
var chart = new dhx.ui({ view:"chart", type:"pie", ... y: 100, ... })
or
chart.define("y",100);