titleFontColor: String

Sets the Font Color of Axis Title. The value of titleFontColor can be a “HTML Color Name” or “hex” code .

Default: “#333333”
Example: “red”, “#006400” ..
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisX:{
   titleFontColor: "red"
 },
 .
 .
});
chart.render();

Try Editing The Code


If you have any questions, please feel free to ask in our forums.Ask Question

2 Comments

  1. Atit S Shah says:

    Hi,

    On X-Axis, I need to display numbers with 2 decimal points….example: 10.00, 20.00 and so on.

    Possible?

If you have any questions, please feel free to ask in our forums. Ask Question