Hi,  
  
I am trying to set the Y-axis (upper) maximum and (lower) minimum values in my MSLINE chart. 
  
I have tried given below code in my Java code to set the Y-Axis min and max value. 
  
Code:  
chartAttributes.put("setAdaptiveYMin", "90"); 
and 
chartAttributes.put("yAxisMinValue", "90"); 
  
None of the above chart properties are working for me. I am using Fusion Chart Version 3.2.1. 
  
Thanks in Advance. 
  
Thanks and Regards,