Check documentation for the latest version of dhtmlxSuite border DHTMLX Docs

border

Visibility of bars borders.

Value type: boolean

var chart =  new dhtmlXChart({
    border:true,
    ...
})

or

chart.define("border",true);
Back to top