Hi Sandra,
Does the windows form version of TeeChart is faster? and the GDI/GDI+ engine would work and have the performance we required? If so, Can I use winform version in a windows form objects inside my WPF GUI and have great TeeChart performance?
Regards,
RayDeveloper
Search found 5 matches
- Wed Jun 09, 2010 5:21 pm
- Forum: .NET
- Topic: Real Time FastLine/Line slow performance
- Replies: 7
- Views: 15619
- Tue Jun 08, 2010 5:01 pm
- Forum: .NET
- Topic: Real Time FastLine/Line slow performance
- Replies: 7
- Views: 15619
Re: Real Time FastLine/Line slow performance
Hi Sandra, I used your last code segment for my testing, but without the "fastline1.FillSampleValues(10000);" line. Steema.TeeChart.WPF.Styles.FastLine fastline1 = new Steema.TeeChart.WPF.Styles.FastLine(tChart1.Chart); tChart1.AutoRepaint = false; Random rnd = new Random(); for (int i = 0; i < xVal...
- Mon Jun 07, 2010 11:14 pm
- Forum: .NET
- Topic: Real Time FastLine/Line slow performance
- Replies: 7
- Views: 15619
Re: Real Time FastLine/Line slow performance
Hi Sandra, I was able to replicate the problem using your code: Steema.TeeChart.WPF.Styles.Line line = new Steema.TeeChart.WPF.Styles.Line(tChart1.Chart); line.FillSampleValues(10000); In addition, I identified the culprit of the delay, the Series.Add function. Eventhough I am using FastLine, it is ...
- Wed Jun 02, 2010 3:51 pm
- Forum: .NET
- Topic: Real Time FastLine/Line slow performance
- Replies: 7
- Views: 15619
Real Time FastLine/Line slow performance
Hi, Environment: VS2008 / WPF / C# Software: TeeChart WPF Ver. 3.5.3700.30575 It is better to explain what I need to do, so you will have a better idea what I am trying to accomplish here. I have hardware sending data packets at 40 hertz. Each data packet contains 25 sample points. Now, I am interes...
- Thu Apr 29, 2010 5:33 pm
- Forum: .NET
- Topic: TeeChart for .NET v2010 [23 APR 2010] RELEASE 4.0.2010.13050
- Replies: 8
- Views: 12857
Re: TeeChart for .NET v2010 [23 APR 2010] RELEASE 4.0.2010.13050
Hi,
I was able to access the download page but I do not see the new Teechart Version download link. I can see the last versions though.
Regards,
RayDeveloper
I was able to access the download page but I do not see the new Teechart Version download link. I can see the last versions though.
Regards,
RayDeveloper