Hey Chris,
Just to be clear I'm not asking when newer version comes out with this fix. I'm asking whether fix can be provided for older version ( .NET v2012 - 4.1.2012.1311). If yes how much time is required for this fix?
Regards,
Siva
Search found 10 matches
- Fri May 12, 2017 8:38 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
- Fri May 12, 2017 6:55 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hey Chris,
Currently we are in final stages of release. It's difficult to upgrade to latest version now as it will require additional testing.
Can you check whether you can provide fix for the version I had mentioned? If possible please provide a timeline for when you can provide fix.
Regards,
Siva
Currently we are in final stages of release. It's difficult to upgrade to latest version now as it will require additional testing.
Can you check whether you can provide fix for the version I had mentioned? If possible please provide a timeline for when you can provide fix.
Regards,
Siva
- Tue May 09, 2017 11:53 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hey Chris,
Just checking whether you are able to reproduce the issue or you need any other information from our side?
Reply as soon as possible.
Regards,
Siva
Just checking whether you are able to reproduce the issue or you need any other information from our side?
Reply as soon as possible.
Regards,
Siva
- Mon May 08, 2017 5:14 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hi, I'm able to reproduce the issue always. I think the difference is the dll version (I'm not sure which version you are using). I'm using TeeChart for .NET v2012 - 4.1.2012.1311. Can you use this version (plus your changes) and check for issue (for your reference I have attached the dll I have bui...
- Fri May 05, 2017 6:00 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hey Chris,
I removed all unnecessary things in my sample and kept only minimum possible code required to reproduce the issue. please check and let me know.
Regards,
Siva
I removed all unnecessary things in my sample and kept only minimum possible code required to reproduce the issue. please check and let me know.
Regards,
Siva
- Thu May 04, 2017 10:44 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hi Chris, I made the changes specified and it does not solve the problem. Use the attached modified sample. While loading I'm adding points between 20 and 50. After this I'm adding one more point between 20 and 80 every second. Now again there is a line at extreme left where the line touches 80 even...
- Wed Apr 26, 2017 5:23 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hey Chris,
I'm glad you were able to find and fix the issue.
We do have source code with us. Please share the modifications to be done.
Regards,
Siva
I'm glad you were able to find and fix the issue.
We do have source code with us. Please share the modifications to be done.
Regards,
Siva
- Mon Apr 24, 2017 3:32 pm
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hey Chris,
I have modified the code by removing unnecessary code. Can you please check and update now?
Regards,
Siva
I have modified the code by removing unnecessary code. Can you please check and update now?
Regards,
Siva
- Fri Apr 21, 2017 9:59 am
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Re: Line plotting issue
Hi Christopher, Initially we were not able to reproduce the issue with simple sample application with tee-chart. Then we tried to reproduce the issue with actual way followed in the product(loading history data with live data[by having the timer logic]). After a long investigations, we found the iss...
- Thu Apr 20, 2017 12:41 pm
- Forum: .NET
- Topic: Line plotting issue
- Replies: 19
- Views: 32205
Line plotting issue
Hi, We are using WPF Steema tee chart(TeeChart for .NET v2012 - 4.1.2012.01310) control for trending the values While Loading, we add data values for every one second and every second we update the plotting by adding one more data point. Values added to the plot are toggled between two values every ...