Sign in to follow this  
Magic8Computing

Trendlines

Recommended Posts

Guest Madhumita

Hello Matthew,

 

 

 

Welcome to FusionCharts Forum. :)

 

 

 

Please consider using ASP Class API if you wish to create trendlines.

 

e.g. Call FC.addTrendLine("startValue=44000;color=ff0000;displayvalue=Target")

 

 

 

ref. - http://www.fusioncharts.com/docs/Contents/ASPClassAPI/Adv_trendlines.html

 

 

 

Please also refer to the links below:

 

http://www.fusioncharts.com/docs/Contents/ASPClassAPI/Overview.html

 

http://www.fusioncharts.com/docs/Contents/ASPClassAPI/Setup.html

 

http://www.fusioncharts.com/docs/Contents/ASPClassAPI/FirstChart.html

 

 

 

I hope this helps you.

Share this post


Link to post
Share on other sites

Thankyou.

I have looked at this but that only allows really what i would class as a target line and i am after instead a trend for the plots on the graph what excel refers to as linear regression trendline.

can you help at all with this, i hope so.

Matthew

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

 

You can create such a regression trendline by plotting a line graph on the chart.

 

Could you please specify what chart type you are using? To make use of the above solution, you need to use a chart with which a line chart can be drawn.

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