cant

A value from 0 to 1 that defines the slope angle of 3D pie (default value - 0.5).

Value type: Integer

var chart =  new dhx.ui({
        view:"chart",
        type:"pie3D",
	...
	cant:0.6,
        ...
})

or

chart.define("cant",0.6);