Legend ScrollBar freezes

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Anthony S.
Newbie
Newbie
Posts: 1
Joined: Mon Feb 03, 2014 12:00 am

Legend ScrollBar freezes

Post by Anthony S. » Thu Dec 11, 2014 1:32 pm

Hello,

I am evaluating the last .NET library with C#, and i have a performance issue with the Legend ScrollBar Tool. When i want to slide the scroll bar this one is "more or less" slow depending of the current number of points displayed in the chart (zoom).
What i have to do in order to guarante a smooth scrolling regardless of the number of point to displayed.
I already played with autosize and resizechart parameters but it seems to have no effect.
My chart displays about 200 series of fastline and has a total of 3 000 000 points.
Any ideas of improvement ?

Thanks in advance,

Anthony

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Legend ScrollBar freezes

Post by Narcís » Tue Dec 16, 2014 12:22 pm

Hello Anthony,

The only solution I can think of is trying to reduce the number of points displayed on the series so that the LegendScrollBar tool has less points to handle. You can do that with the DownSampling function, you'll find examples at All Features\Welcome !\Functions\Extended\Reducing number of points in the features demo, available at TeeChart's program group. After that, choose to only display the series associated with the DownSampling function in the legend.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply