Specifies chart padding.
Value type: Object
var chart = new dhx.ui({ view:"chart", ... padding:{ top: 6, left:10 }, ... })
or
chart.define("padding",{ top: 6, left:10 });