Sign in to follow this  
nooriya

Trendline Displayvalue

Recommended Posts

Hi,

I am using dual Y combination chart along with trend values (zone). Trendline labels are overlapping in Y-axis labels. Is there any way to hide trendline labels.

 

<line startValue='78000' endValue='130000' color='D40000' isTrendZone='1' alpha='70' displayvalue=' '/>

 

Is there any way to hide the value.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

Welcome to FusionCharts Forum!smile.gif

You would need to provide blank value with a space in order to hide trendline value.

 

For ex: <line startValue=' ' endValue='130000' color=' ' isTrendZone='1' alpha='70' displayvalue=' '/>

 

Hope this helps.smile.gif

 

Share this post


Link to post
Share on other sites

Hi,

Welcome to FusionCharts Forum!smile.gif

You would need to provide blank value with a space in order to hide trendline value.

 

For ex: <line startValue=' ' endValue='130000' color=' ' isTrendZone='1' alpha='70' displayvalue=' '/>

 

Hope this helps.smile.gif

 

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