You can explicitly specify the number of divisional lines to be shown on the y-axis and also specify the upper and lower limit values for y-axis. The following attributes lets you customize the Divisional Lines and y-axis limits:


  1. Set the `adjustDiv` to 0. This disables the automatic adjustment of divisional lines.

  2. Set the `numDivLines` to the desired value. This sets the number of lines to be rendered on the y-axis.

  3. Set the `yAxisMinValue` to the desired value to set the lower limit value for y-axis.

  4. Set the `yAxisMaxValue` to the desired value to set the upper limit value for y-axis.

A Line chart configured to showcase the usage of the attributes in shown in thisĀ 
example.