Page 1 of 1

Refresh for first and last label

Posted: Tue Dec 04, 2007 9:33 am
by 13047369
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?

Posted: Tue Dec 04, 2007 2:02 pm
by narcis
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!