I want to build a line chart and specify the yAxisMinValue and yAxisMaxValue explicitly.
There may be times when some of my data set values are outside of that range - ie) values are greater than the yAxisMaxValue or less than the yAxisMinValue. Even though the values are outside of the range I still want to display the chart without it automatically rescaling.
For example, if there is a data value less than yAxisMinValue, the chart automatically rescales so that the yAxisMinValue = 0.
Is there a way to stop it from automatically rescaling?