tickPlacement : String

tickPlacement allows you to position axisX ticks either inside or outside the plot-area.



Default: “outside”
Options: “inside”, “outside”.

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisX:{
   .
   tickPlacement:"inside",
   .
 }]
},
 .
 .
});
chart.render();
  


Try it Yourself by Editing the Code below.


  Also See:    



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