Hello,
There is simple example in attachment, which adds two color lines to the chart.
The color line that was added first can be smoothly moved, however color line that was added second moves very-very slowly. Also, at this time cursor flickers.
Please suggest what can I do to make them all move smoothly.
Thanks.
Color line is very slow
Color line is very slow
- Attachments
-
- TeeChartExample.zip
- (9.13 KiB) Downloaded 718 times
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Color line is very slow
I'm afraid I can't reproduce this issue here with the latest publicly available version of TeeChart.dll. Here is a video of the behaviour on my machine:icecream wrote: The color line that was added first can be smoothly moved, however color line that was added second moves very-very slowly. Also, at this time cursor flickers.
http://screencast.com/t/J1FteXis
which version of TeeChart.dll are you using? Are you using a modern video card?
Best Regards,
Christopher Ireland / 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: Color line is very slow
I am using version 3.5.3274.30664.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Color line is very slow
Have you tried downloading the latest evaluation version from here:icecream wrote:I am using version 3.5.3274.30664.
http://steema.com/download/net
to see if that resolves the issue?
Best Regards,
Christopher Ireland / 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: Color line is very slow
Latest version works fine.Christopher wrote:Have you tried downloading the latest evaluation version from here:
http://steema.com/download/net
to see if that resolves the issue?
Support, is there a workaround for version 3.5?
Thanks.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Color line is very slow
No, I'm afraid there isn't.icecream wrote:Support, is there a workaround for version 3.5?
Thanks.
Best Regards,
Christopher Ireland / 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: Color line is very slow
I was able to fix the issue, but I do not understand why does this work. I have found an old project with color lines, which all move smoothly and step by step removed its parts until it stop working.
It is not clear why, but it works because of Steema.TeeChart.Tools.Annotation object placed on my UserControl. You can find it in the project with the name "annotationMaxLabel".
Also, the annotation configured in a very strange manner:
Please find example in attachment.
It is not clear why, but it works because of Steema.TeeChart.Tools.Annotation object placed on my UserControl. You can find it in the project with the name "annotationMaxLabel".
Also, the annotation configured in a very strange manner:
Code: Select all
this.annotationMaxLabel.Shape.Shadow.Visible = true;
this.annotationMaxLabel.Shape.Top = -100;
this.annotationMaxLabel.Shape.Transparent = true;
this.annotationMaxLabel.Top = -100;
- Attachments
-
- TeeChartExample.zip
- (10.44 KiB) Downloaded 710 times