Hello,
I have a graph with TBarseries. And a legend with check boxes to make the bar visible or not.
When all checkboxes are checked and i move the mouse over a bar then the corresponding legend item gets red.
When I deselect some legend items the legend item above the corresponding bar is red. If I de-select two legend items then the item two above the corresponding item gets red when moving the mouse over the bar.
See picture. moving mouse over green bar of series6, Series4 in legend becomes red.
Marcel Horsthuis
Mouse move on series trigers wrong legend when not all series are active
Mouse move on series trigers wrong legend when not all series are active
- Attachments
-
- series.png (38.58 KiB) Viewed 19501 times
Re: Mouse move on series trigers wrong legend when not all series are active
Hello Marcel,
which TeeChart VCL/FMX version are you using?
In the case that you're using the latest version, could you please attach a simple example with which we can reproduce the problem here ?
I've checked with latest version and all seems to work fine, but it might be due to a minor setting change.
In meantime, also let you know that you can deactivate the hover functionality temporary by using :
Thanks
which TeeChart VCL/FMX version are you using?
In the case that you're using the latest version, could you please attach a simple example with which we can reproduce the problem here ?
I've checked with latest version and all seems to work fine, but it might be due to a minor setting change.
In meantime, also let you know that you can deactivate the hover functionality temporary by using :
Code: Select all
Chart1.Hover.Visible := False;
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Mouse move on series trigers wrong legend when not all series are active
Hello
See the attachment for a simple example.
Regards,
Marcel
See the attachment for a simple example.
Regards,
Marcel
- Attachments
-
- Project20.zip
- Sample project
- (93.47 KiB) Downloaded 1084 times
Re: Mouse move on series trigers wrong legend when not all series are active
Hello Marcel,
thanks for the project. You're correct, I'm able to reproduce the problem here. It's a bug and it has been added on our bug list to be considered for next maintenance releases. Here the issue added:
https://www.steema.com/bugs/show_bug.cgi?id=2627
In meantime, the only workaround that I can think of would be to set active to false for hover feature.
thanks for the project. You're correct, I'm able to reproduce the problem here. It's a bug and it has been added on our bug list to be considered for next maintenance releases. Here the issue added:
https://www.steema.com/bugs/show_bug.cgi?id=2627
In meantime, the only workaround that I can think of would be to set active to false for hover feature.
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Mouse move on series trigers wrong legend when not all series are active
Hello Marcel,
This is just to let you know I've just fixed the #2627.
So the next maintenance release will include it.
This is just to let you know I've just fixed the #2627.
So the next maintenance release will include it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Mouse move on series trigers wrong legend when not all series are active
Thank You Yeray for the fix.
Marcel
Marcel