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:
-
Set the `adjustDiv` to 0. This disables the automatic adjustment of divisional lines.
-
Set the `numDivLines` to the desired value. This sets the number of lines to be rendered on the y-axis.
-
Set the `yAxisMinValue` to the desired value to set the lower limit value for y-axis.
- Set the `yAxisMaxValue` to the desired value to set the upper limit value for y-axis.