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?
In FusionCharts, the axis limits have to encapsulate all the values that are represented on the chart. So, you cannot have a value which violates the axis limits.