Refresh for first and last label

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ipasuser
Newbie
Newbie
Posts: 9
Joined: Wed Nov 14, 2007 12:00 am

Refresh for first and last label

Post by ipasuser » Tue Dec 04, 2007 9:33 am

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Dec 04, 2007 2:02 pm

Hi ipasuser,

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:
Bitmap call forces the chart being internally repainted.

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply