Hi
I have implemented Zooming on my mouse scroll so that my chart gets zoomed along with its axis. However, I am facing problems in two scenarios:
1- When legend scroll bar is not present, on zooming in, my chart covers (hides) the legend.
2- When legend scroll bar is present, on zooming in, the legend is covered (hidden) as above but the legend scrollbar does not hide. It shows on top of the zoomed chart.
Is there any way to solve the above problems? My requirement is that when my chart zooms then legend should not hide.
Thanks & Regards
Legend Hiding on Zooming
Re: Legend Hiding on Zooming
Hello
I can not reproduce your problem here. Could you please, send us a simple project so we can reproduce exactly your problem with LegendScrollBar?
Thanks,
I can not reproduce your problem here. Could you please, send us a simple project so we can reproduce exactly your problem with LegendScrollBar?
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Legend Hiding on Zooming
hi
here i am sending some image to demonstrate my problem.
image 1 is my normal chart without zooming.
In image 2 i started zooming on mousescroll here legend hiding problem start .
in image 3 legend become completely hide but legend scrollbar is on top of the chart.
Is there any way to solve the above problems? My requirement is that when my chart zooms then legend should not hide(if possible)or legend scrollbar should not shows on top of the chart.
thanks®ards
here i am sending some image to demonstrate my problem.
image 1 is my normal chart without zooming.
In image 2 i started zooming on mousescroll here legend hiding problem start .
in image 3 legend become completely hide but legend scrollbar is on top of the chart.
Is there any way to solve the above problems? My requirement is that when my chart zooms then legend should not hide(if possible)or legend scrollbar should not shows on top of the chart.
thanks®ards
- Attachments
-
- image1
- Image1.jpg (117.47 KiB) Viewed 6312 times
-
- image2
- Image2.jpg (129.19 KiB) Viewed 6309 times
-
- image3
- image3.jpg (96.08 KiB) Viewed 6310 times
Re: Legend Hiding on Zooming
Hello,
Have you tried setting the following property?
Have you tried setting the following property?
Code: Select all
tChart1.Legend.DrawBehind = false;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Legend Hiding on Zooming
hi,
tChart1.Legend.DrawBehind = false;
this code is not working.
thanks®ards
tChart1.Legend.DrawBehind = false;
this code is not working.
thanks®ards
Re: Legend Hiding on Zooming
Hello Planoresearch,
Using the line of code of Yeray suggested you, and works fine for me. Can you please, arrange a simple project, so we can reproduce your problem exactly here?
Thanks,
Using the line of code of Yeray suggested you, and works fine for me. Can you please, arrange a simple project, so we can reproduce your problem exactly here?
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |