Sign in to follow this  
chiranjeevi501

Set Y-Axis Min And Max Values

Recommended Posts

HI,

 

First of all thanks to fusion charts, it made my job easier.

I have small issue with Line chart.

my values range for chart is [0.5 - 1.0], how can i set Y-Axis minimum values as 0.5 and maximum value is 1.0?

Please help me.

 

Thanks and Regards,

Chiranjeevi

Share this post


Link to post
Share on other sites

Hi,

 

HI,

 

First of all thanks to fusion charts, it made my job easier.

I have small issue with Line chart.

my values range for chart is [0.5 - 1.0], how can i set Y-Axis minimum values as 0.5 and maximum value is 1.0?

Please help me.

 

Thanks and Regards,

Chiranjeevi

 

Welcome to FusionCharts Forum! :)

 

Could you please try setting "yAxisMinValue='0.5' " and "yAxisMaxValue='1.0' " in the <chart> element of the XML and see if this helps?

Ex: <chart ... yAxisMinValue='0.5' yAxisMaxValue='1.0' >

 

Hope this helps. :)

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