Details:
Value type: String, function
Value type: Object
var chart = new dhtmlXChart({ ... legend:{ width: 75, align:"right", valign:top, marker:{ type:"round", width:15 }, template:"#year#" }, ... })
or
chart.define("legend",{ width: 75, align:"right", valign:top, marker:{ type:"round", width:15 }, template:"#year#" });