Color line is very slow

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
icecream
Newbie
Newbie
Posts: 20
Joined: Thu Aug 07, 2008 12:00 am

Color line is very slow

Post by icecream » Thu Jul 02, 2015 3:57 pm

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.
Attachments
TeeChartExample.zip
(9.13 KiB) Downloaded 717 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Color line is very slow

Post by Christopher » Fri Jul 03, 2015 11:38 am

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.
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:
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

icecream
Newbie
Newbie
Posts: 20
Joined: Thu Aug 07, 2008 12:00 am

Re: Color line is very slow

Post by icecream » Fri Jul 03, 2015 12:25 pm

I am using version 3.5.3274.30664.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Color line is very slow

Post by Christopher » Fri Jul 03, 2015 1:55 pm

icecream wrote:I am using version 3.5.3274.30664.
Have you tried downloading the latest evaluation version from here:
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

icecream
Newbie
Newbie
Posts: 20
Joined: Thu Aug 07, 2008 12:00 am

Re: Color line is very slow

Post by icecream » Mon Jul 06, 2015 10:19 am

Christopher wrote:Have you tried downloading the latest evaluation version from here:
http://steema.com/download/net
to see if that resolves the issue?
Latest version works fine.

Support, is there a workaround for version 3.5?
Thanks.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Color line is very slow

Post by Christopher » Mon Jul 06, 2015 11:22 am

icecream wrote:Support, is there a workaround for version 3.5?
Thanks.
No, I'm afraid there isn't.
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

icecream
Newbie
Newbie
Posts: 20
Joined: Thu Aug 07, 2008 12:00 am

Re: Color line is very slow

Post by icecream » Thu Jul 23, 2015 1:18 pm

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:

Code: Select all

this.annotationMaxLabel.Shape.Shadow.Visible = true;
this.annotationMaxLabel.Shape.Top = -100;
this.annotationMaxLabel.Shape.Transparent = true;
this.annotationMaxLabel.Top = -100;
Please find example in attachment.
Attachments
TeeChartExample.zip
(10.44 KiB) Downloaded 710 times

Post Reply