Hello,
I need to have the plot area (area between axes) painted in white so I added some code in the OnBeforeDrawChart event. When I start the app the area inside the plot is painted with the default colour and once I move the mouse inside the event code executes well. Is there a way to fix this? I tried calling TChart.Draw when the form is shown but no luck.
I am using the latest TChart version
Issue with OnBeforeDrawChart
Issue with OnBeforeDrawChart
- Attachments
-
- Project1.zip
- (5.59 KiB) Downloaded 1000 times
Re: Issue with OnBeforeDrawChart
Hello,
Adding the aChart.Draw call at FormCreate works for me using RAD 10.3 Rio and TeeChart Pro v2018.26:
If you still find problems with this, please tell us what environment are you using.
Adding the aChart.Draw call at FormCreate works for me using RAD 10.3 Rio and TeeChart Pro v2018.26:
If you still find problems with this, please tell us what environment are you using.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Issue with OnBeforeDrawChart
Thank you for your reply, that seems to do the trick