Check documentation for the latest version of dhtmlxSuite x DHTMLX Docs

x

The horizontal position of a pie center.

Value type: Integer

var chart =  new dhtmlXChart({
    ...
    x:100,
    ...
})

or

chart.define("x",100);
Back to top