Hi TeeChart Team,
we have tried the All Features\Welcome !\Axes\First and Last labels example at the features demo. There is a need to have checkbox to call then TChart1.Refresh methode. We were not able to code without the checkbox. Please let us know how we can achieve this?
Refresh for first and last label
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi ipasuser,
You can try adding a Refresh call after the chart has been initialized. If this doesn't help try this:
Bitmap call forces the chart being internally repainted.
Hope this helps!
You can try adding a Refresh call after the chart has been initialized. If this doesn't help try this:
Code: Select all
Bitmap bmp = tChart1.Bitmap:
Hope this helps!
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 |