Sets the specified property of chart toolbar.
Parameters:var chart = new CanvasJS.Chart("container",
{
.
.
toolbar:{
// Toolbar properties
},
.
.
});
chart.render();
chart.toolbar.set("fontColor", "#F084C2");
Please refer to toolbar element for the complete list of properties that can be set via this method.
Also See: