I wish to be able to manually undock a chart and have it on a floating form. However, when I do this, the resolution of the chart in the floating form is very poor. I have attached a simple test program to illustrate this effect. Can you please suggest what I may be doing wrong.
Thanks and regards
Errol
Chart resolution when undocked
Chart resolution when undocked
- Attachments
-
- UnDock.zip
- (9.52 KiB) Downloaded 555 times
Re: Chart resolution when undocked
I am pleased to report that the chart resolution issue has been cured by using CreateNew to create the floating form to undock the chart to, rather than Create.
Thanks and regards, Errol
Code: Select all
formChart := TFormChart.CreateNew(Screem.ActiveForm)
Re: Chart resolution when undocked
Hello,
I'm glad to hear you found how to solve it.
Thanks for sharing!
I'm glad to hear you found how to solve it.
Thanks for sharing!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |