Hi There,
I have a tchart timer with my chart. On Tchart timer, the chart will check the datasource. My question here is "Is there any way to check wheather indicator has been on the chart before the chart update the data source and if there was how to redraw those function.
To make the chart true dynamic.
Redraw function Indicator after Chart update
-
- Newbie
- Posts: 6
- Joined: Fri Feb 09, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello,
I'm not exactly sure about what you are trying to do. However you could check TChart1.SeriesCount and compare it whit a previously stored value. You could also check series values number with TChart1.Series(SeriesIndex).Count. If this doesn't help please give us more detailed information about your request.
Thanks in advance.
I'm not exactly sure about what you are trying to do. However you could check TChart1.SeriesCount and compare it whit a previously stored value. You could also check series values number with TChart1.Series(SeriesIndex).Count. If this doesn't help please give us more detailed information about your request.
Thanks in advance.
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 |