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