x

The horizontal position of pie's center.

Value type: Integer

var chart =  new dhx.ui({
        view:"chart",
        type:"pie",
	...
	x:100,
        ...
})

or

chart.define("x",100);