tickLength: Number

Sets the length of Tick Marks that are drawn on the Axis.

Default: 5
Example: 10, 14..
Notes
  • Values should always be positive.
  1. var chart = new CanvasJS.Chart("container",
  2. {
  3. .
  4. .
  5. axisY:{
  6. tickLength: 5,
  7. },
  8. .
  9. .
  10. });
  11. chart.render();

Try Editing The Code

  Also See:    


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