Sign in to follow this  
dmonk

Trendzone Value Align

Recommended Posts

Pretty simple question. I am using a line chart with color coded trend zones. Currently, the min-values are always displayed centered between the trend zones on the y-axis. I was wanting to see if they could be bottom aligned instead of centered.

 

In the attached example, it would be as the 0 aligned at the bottom of the y-axis, the 2 at the line between the green and yellow zone, and the 5 at the line between the yellow and red.

 

Is this possible? I haven't been able to find a setting to configure this one.

 

Thank you!

post-29054-0-94721500-1346190052_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Aligning the trendZone value at the bottom is not possible.

 

However, you can change its position to the right using valueOnRight attribute.

 

Ref. code:

 

<trendLines>

<line startValue='700000' endValue='810000' isTrendZone='1' color='009933' displayvalue='Target' valueOnRight='1' />

</trendLines>

 

Also, find attached screen-shot for your reference.

post-24802-0-27415000-1346241654_thumb.png

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