value

The data value that chart represents.

Value type: String, function

var chart =  new dhx.ui({
                        view:"chart",
			type:"bar",
			container:"chart_container2",
	   		value:"#sales#",
                        ...
})

or

chart.define("value","#years#");