Sign in to follow this  
skipper_geffen

Setting padding for the values in the Y-axis

Recommended Posts

Hey guys.

Im trying figure out how to set padding between the values in the y axis. I don't mean visually- rather, if the first value in the y axis is 20, then the next one will be 70, and the next one will be 120, etc...

How do i do that?

thanks ahead

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

 

 

 

If you wish to display the y-axis values at definite intervals say, starting from 20, then 70,120, and ending at 170, then in the <chart> element, please set yAxisMinValue='20' and yAxisMaxValue='170' and numDivLines='2' ---->(total number of y-axis values to be displayed - 2).

 

 

 

If you wish to show random intervals you can set showYAxisValues='0' and set trendlines at the required positions.

 

 

 

Hope this helps. :(

Edited by Guest

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