Sets the color of border around Chart Title. Values of borderColor can be “HTML Color Name” or “hex” code .
var chart = new CanvasJS.Chart("container", { . . title:{ borderColor: "green", }, . . }); chart.render();
Also See: