John at Spectrumc

Zoom Line Ignoring Min Value

Recommended Posts

I told my Zoom Line to have a min value of -300. The chart engine changed that to -400. Any idea how to get it to do what it's told? Please don't quote the help topic. I really want this chart to have a min of -300. Please don't reply with your standard message that the "charting engine makes that decision and we have no control over it".

 

yAxisMinValue='-300'

 

John

post-10173-0-27985200-1349361222_thumb.jpg

chart.html

Edited by John at Spectrumc

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

It is because of the value "-311.25".

 

Please note:

 

If you have set yAxisMinvalue or YAxisMaxValue attributes explicitly, then all the data values should be

1) more than the value set to the attribute 'yAxisMinValue'

and

2) should be less than the value set to 'yAxisMaxValue' attribute.

 

If not, then the charting engine is "coded" to ignore the set values to accommodate those values which are outside limits.

 

Hope this clarifies!

Share this post


Link to post
Share on other sites

Hi,

 

It is because of the value "-311.25".

 

Please note:

 

If you have set yAxisMinvalue or YAxisMaxValue attributes explicitly, then all the data values should be

1) more than the value set to the attribute 'yAxisMinValue'

and

2) should be less than the value set to 'yAxisMaxValue' attribute.

 

If not, then the charting engine is "coded" to ignore the set values to accommodate those values which are outside limits.

 

Hope this clarifies!

 

Thanks. I missed that one. It seems reasonable that it would act like this.

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