Hi,
Using Teechart v8, we are not confident to use v2010 version because some bugs exist with this version:
I can not attach more than 3 files so I will create different messages in this section
Guilz
v2010 - Bugs List
Re: v2010 - Bugs List
When anti-aliasing tools is used and when you scroll the chart with the axis scroll tools, the chart is not smoothed
After a resize, the smooth is back !
Guilz
After a resize, the smooth is back !
Guilz
Re: v2010 - Bugs List
- after displaying the TeeEditor, the rectangle used to select a zoom area is not correctly displayed
Re: v2010 - Bugs List
There is a bug when we try to zoom on drawing lines (v8 and v2010 version)
Guilz
Guilz
Re: v2010 - Bugs List
Hello Guilz,
Can you tell us exactly which version of TeeChartActivex are you using? So I can not reproduce your problems here.
Thanks,
Can you tell us exactly which version of TeeChartActivex are you using? So I can not reproduce your problems 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 |
Re: v2010 - Bugs List
Hi Sandra,
We use v2010.0.0.3
Regards,
Guilz
We use v2010.0.0.3
Regards,
Guilz
Re: v2010 - Bugs List
Hello guilz2010.
Thanks for your information, finally I could reproduce your problem. And I have communicate some things.
To solve your first and third problems, I recommend that you try to use ClipPoints property of Chart as do in next line of code:
Your second problem is a bug and I have added your request in bug list with number [TV52015427]. We try to fix it for next versions of TeeChart. Meanwhile, you can take a look to TeeChart Activex Demo Project, concretely in All Features\Axes\Opaque Zones. You have to consider that if you want to see that demo of opaque zones works as you expected, you need disable GDI+ checkbox of demo Project.
I hope will helps.
Thanks
Thanks for your information, finally I could reproduce your problem. And I have communicate some things.
To solve your first and third problems, I recommend that you try to use ClipPoints property of Chart as do in next line of code:
Code: Select all
TChart1.ClipPoints = True
I hope will helps.
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 |
Re: v2010 - Bugs List
Thank you very much Sandra
Guilz
Guilz