Move chart in Tform
-
- Newbie
- Posts: 15
- Joined: Tue Nov 09, 2021 12:00 am
Move chart in Tform
How to do drag Chart - undock the chart? ( the Chartform in Tform)
Re: Move chart in Tform
Hello,
I'm not sure if this is what you mean:
https://stackoverflow.com/questions/243 ... -inside-it
I'm not sure if this is what you mean:
https://stackoverflow.com/questions/243 ... -inside-it
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 15
- Joined: Tue Nov 09, 2021 12:00 am
Re: Move chart in Tform
I cant drag / move the tchart form that I have created in a TForm!
its not draggable... how to undock`?
Ok. Mouse down is the way.. I was thinking that is was possible by deliberate the chart like you can do in design mode.
Since zoom is working in design and run mode. thanks
its not draggable... how to undock`?
Ok. Mouse down is the way.. I was thinking that is was possible by deliberate the chart like you can do in design mode.
Since zoom is working in design and run mode. thanks
Last edited by senbengtma on Tue Mar 05, 2024 6:17 pm, edited 1 time in total.
Re: Move chart in Tform
Hello,
I'm sorry but I'm not sure to understand the situation.
The
If this doesn't answer your question, please provide a more detailed description of the situation, with an example if possible.
I'm sorry but I'm not sure to understand the situation.
The
TChart
class inherits from TControl
and the Align
property with it, which can be set to alNone
, alTop
, alBottom
, alLeft
, alRight
, alClient
or alCustom
.If this doesn't answer your question, please provide a more detailed description of the situation, with an example if possible.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |