Hi,
I was wondering if it is possible to have a dataline that displays the values of the trend lines at the intersections where the data line hits the trend line?
I think Excel does this, I need it to do it in TeeChart 5 but more preferebaly 7.
Can you guys let me know if so how? Cause i tried looking for it in TeeChart 5 and i only got the line but no values.
thanks
Jon.
Drill down displaying data line on trends
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jon,
CrossPoints function calculates coordinates for crossing points of source line series. This function was added in TeeChart Pro v6 ActiveX. You'll find an example of this in v7's features demo, available at its program group. The example is at All Features\Welcome!\Functions\Extended\Cross Points.
CrossPoints function calculates coordinates for crossing points of source line series. This function was added in TeeChart Pro v6 ActiveX. You'll find an example of this in v7's features demo, available at its program group. The example is at All Features\Welcome!\Functions\Extended\Cross Points.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Narcis,
Thanks but i dont think i was clear enough, i want to be able to drag the mouse cursor over the trend lines and see the actual value been displayed. At any point on the trend line. I thought these are called data lines.
Here is an example:
http://www.suncorp.com.au/suncorp/tools ... lator.html
Let me know ASAP, thanks.
Jon
Thanks but i dont think i was clear enough, i want to be able to drag the mouse cursor over the trend lines and see the actual value been displayed. At any point on the trend line. I thought these are called data lines.
Here is an example:
http://www.suncorp.com.au/suncorp/tools ... lator.html
Let me know ASAP, thanks.
Jon
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jon,
Ok, now I understand what are you looking for. To achieve that you can use the interpolating example I posted in this message.
Ok, now I understand what are you looking for. To achieve that you can use the interpolating example I posted in this message.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi jon,
This can not be achieved via the chart editor. There are two tools that would be useful here, MarksTip and Cursor tools. However you won't be able to achieve exactly the same with them.
This can not be achieved via the chart editor. There are two tools that would be useful here, MarksTip and Cursor tools. However you won't be able to achieve exactly the same with them.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jonathan,
This is also possible in a web application with TeeChart Pro ActiveX being a live object. You'll find examples of this at TeeChart's program group at the ASP Server Examples entry and at the examples folder. Full example sources are included.
This is also possible in a web application with TeeChart Pro ActiveX being a live object. You'll find examples of this at TeeChart's program group at the ASP Server Examples entry and at the examples folder. Full example sources are included.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |