Chart resolution when undocked

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Errol
Newbie
Newbie
Posts: 14
Joined: Fri Jul 08, 2016 12:00 am

Chart resolution when undocked

Post by Errol » Mon Apr 03, 2017 4:50 am

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
Attachments
UnDock.zip
(9.52 KiB) Downloaded 529 times

Errol
Newbie
Newbie
Posts: 14
Joined: Fri Jul 08, 2016 12:00 am

Re: Chart resolution when undocked

Post by Errol » Tue Apr 04, 2017 11:53 pm

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.

Code: Select all

formChart := TFormChart.CreateNew(Screem.ActiveForm)
Thanks and regards, Errol

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Chart resolution when undocked

Post by Yeray » Wed Apr 05, 2017 9:14 am

Hello,

I'm glad to hear you found how to solve it.
Thanks for sharing!
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply