width

A bar width.

Value type: Integer

var chart =  new dhx.ui({
        view:"chart",
	...
	width:5,
        ...
})

or

chart.define("width",5);