Hi,
We would like to display tooltip when user move mouse cursor on our triangle Points(in down red or up blue here) (please look at our example)
In fact we would like to display only 1 mark on the mouse cursor position
How can we do this ?
Thank you for your help
Regards,
Guilz
Display Tooltip on specific chart point
Re: Display Tooltip on specific chart point
The Rectangle Tool - MouseOverHints Demo is a good answer to my need but I don't want users could change the rectangle size...Is it possible to block this ?
Re: Display Tooltip on specific chart point
Hello Guilz,
Yes, here there are a pair of properties you could be interested in:
Yes, here there are a pair of properties you could be interested in:
Code: Select all
TChart1.Tools.Items(0).asRectangle.AllowResize = False
TChart1.Tools.Items(0).asRectangle.AllowDrag = False
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Display Tooltip on specific chart point
Thank you Yeray, I will try it
Regards,
Guilz
Regards,
Guilz