Page 1 of 1

Chart resolution when undocked

Posted: Mon Apr 03, 2017 4:50 am
by 16578641
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

Re: Chart resolution when undocked

Posted: Tue Apr 04, 2017 11:53 pm
by 16578641
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

Re: Chart resolution when undocked

Posted: Wed Apr 05, 2017 9:14 am
by yeray
Hello,

I'm glad to hear you found how to solve it.
Thanks for sharing!