in tools.subchart I can find in the gui "allowdrag" checkbox , but I cant find this for a main chart in a Tform?
Is there a similar property in object inspector or how to do? ( I have unchecked Anchor etd)
Allowdrag in Tchart as property in tools.subchart
-
- Newbie
- Posts: 15
- Joined: Tue Nov 09, 2021 12:00 am
Re: Allowdrag in Tchart as property in tools.subchart
Hello,
Indeed,
Indeed,
AllowDrag
and AllowResize
are properties in TSubChart
class, not in TChart
class.
The TChart
can be positioned as a regular TControl
. If you leave the Align
property set to alNone
as per default, then you can position it using Left
and Top
properties, and size it with Width
and Height
properties.Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |