Real-time in Line

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Chinfot
Newbie
Newbie
Posts: 9
Joined: Wed Sep 02, 2015 12:00 am

Real-time in Line

Post by Chinfot » Tue Dec 15, 2015 8:16 am

Dear:
I want draw 50000 points per second on the line,the repaint is too delay,about 3 seconds
later the Interface to refresh.Can you help me? I want Improve the efficiency of drawing.

I use the following methods to add data

foreach (SPoint da in SPoints)
{
line1.Add(da.XValue,da.YValue);
}

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

Re: Real-time in Line

Post by Christopher » Tue Dec 15, 2015 9:50 am

Hello,

Have you seen the Direct2D demo under:

%programfiles(x86)%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.08060\Examples\DemoProjectDirect2D\bin\ExecutableDemo\Direct2DDemo.exe
gdi_plus.PNG
gdi_plus.PNG (50.53 KiB) Viewed 5497 times
here you can see TeeChart drawing approximately 211,100 points a second in GDI+.
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

Post Reply