Page 1 of 1

v2010 - Bugs List

Posted: Mon Feb 28, 2011 11:35 am
by 16657923
Hi,

Using Teechart v8, we are not confident to use v2010 version because some bugs exist with this version:
v8_00.png
v8_00.png (19.56 KiB) Viewed 11087 times
v2010_00.png
v2010_00.png (23.63 KiB) Viewed 11084 times
I can not attach more than 3 files so I will create different messages in this section

Guilz

Re: v2010 - Bugs List

Posted: Mon Feb 28, 2011 11:38 am
by 16657923
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 !
v8_01.png
v8_01.png (48.7 KiB) Viewed 11190 times
v2010_01.png
v2010_01.png (18.37 KiB) Viewed 11198 times
Guilz

Re: v2010 - Bugs List

Posted: Mon Feb 28, 2011 12:18 pm
by 16657923
- after displaying the TeeEditor, the rectangle used to select a zoom area is not correctly displayed

Re: v2010 - Bugs List

Posted: Mon Feb 28, 2011 1:11 pm
by 16657923
There is a bug when we try to zoom on drawing lines (v8 and v2010 version)
v2010_02.png
v2010_02.png (42.21 KiB) Viewed 11074 times
v2010_03.png
v2010_03.png (32.49 KiB) Viewed 11081 times
Guilz

Re: v2010 - Bugs List

Posted: Mon Feb 28, 2011 3:25 pm
by 10050769
Hello Guilz,

Can you tell us exactly which version of TeeChartActivex are you using? So I can not reproduce your problems here.

Thanks,

Re: v2010 - Bugs List

Posted: Mon Feb 28, 2011 3:33 pm
by 16657923
Hi Sandra,

We use v2010.0.0.3

Regards,

Guilz

Re: v2010 - Bugs List

Posted: Tue Mar 01, 2011 4:38 pm
by 10050769
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:

Code: Select all

TChart1.ClipPoints = True
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

Re: v2010 - Bugs List

Posted: Tue Mar 01, 2011 4:48 pm
by 16657923
Thank you very much Sandra

Guilz