Sign in to follow this  
Funky055

Setting Y-Axis Upper And Lower Limit.

Recommended Posts

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,

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

This is to update you that <setAdaptiveYMin> attribute takes only boolean value 0 or 1.

 

Could you please send us the generated XMl code to look into the issue form our end?

 

Awaiting for your reply.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this