DHTMLX Docs & Samples Explorer

item

A chart point that presents an item.

Value type: Object

var chart =  new dhtmlXChart({
	...
	item:{
		top: 6,
                left:10
        	},
        ...
})

or

chart.define("item",{
			top: 6,
                        left:10
		},
);