Search found 7 matches
- Mon Nov 19, 2012 2:11 pm
- Forum: .NET
- Topic: TChart has severe problems with constant series/lines
- Replies: 13
- Views: 27831
Re: TChart has severe problems with constant series/lines
Hello Christopher, now that the crash is finally fixed, let's start with the other problem. Have you already checked my post from above? Like I mentioned in my last post I don't think that it is related to custom axis. To proof it I have applied the scrolling/panning code from the Feature Demo "Welc...
- Wed Nov 14, 2012 9:05 am
- Forum: .NET
- Topic: TChart has severe problems with constant series/lines
- Replies: 13
- Views: 27831
Re: TChart has severe problems with constant series/lines
Hello Christopher, Which framework do you want the test version of TeeChart.dll built for? I would prefer .Net Fx 3.5, but 2.0 would be fine also. This test version will not have the same version number as the one you are using. Changing the assembly or file version is not a problem for us. But if t...
- Tue Nov 13, 2012 10:02 am
- Forum: .NET
- Topic: TChart has severe problems with constant series/lines
- Replies: 13
- Views: 27831
Re: TChart has severe problems with constant series/lines
Hello Christopher, I am back from my vacation. When you are back at work, do please let me know and I can pass you a modified TeeChart.dll on to you for you to test. Can you please provide us a modified TeeChart.dll that is based on our current version 4.1.2010.11302 ? If the modified dll works as e...
- Mon Oct 29, 2012 10:50 am
- Forum: .NET
- Topic: TChart has severe problems with constant series/lines
- Replies: 13
- Views: 27831
Re: TChart has severe problems with constant series/lines
Hello Christopher, I am also back on the case now. :wink: Utils.SignificantDifference() returns, for these four cases, false true false true. This is what I would expect. Using your code for Utils.SignificantDifference(), i.e. static public bool SignificantDifference(double d1, double d2) { return !...
- Mon Oct 22, 2012 12:27 pm
- Forum: .NET
- Topic: TChart has severe problems with constant series/lines
- Replies: 13
- Views: 27831
Re: TChart has severe problems with constant series/lines
Hello Christopher, I am fine and hope you are too! Okay, changing the Utils.SignificantDifference() to: static public bool SignificantDifference(double d1, double d2) { return Math.Abs(d1 - d2) > double.Epsilon; } Now stops the code crashing. It stops crashing, but your implementation is slightly wr...
- Fri Oct 19, 2012 9:58 am
- Forum: .NET
- Topic: TChart has severe problems with constant series/lines
- Replies: 13
- Views: 27831
Re: TChart has severe problems with constant series/lines
Hello Sandra, nice to hear from you! First of all, like I already mentioned in my last eMail to Christopher: if you need any help just ask! To fix theses bugs is very important to us. If you still want us to use your control in the future please give these problems high priority. 1. I have checked y...
- Thu Oct 18, 2012 8:16 am
- Forum: .NET
- Topic: TChart has severe problems with constant series/lines
- Replies: 13
- Views: 27831
TChart has severe problems with constant series/lines
Introduction: We have a product that is at least one of the most well known engineering tools for industrial purpose. So that we are using your control might be a very good reputation for Steema. Before switching over to another chart control here is another chance for you to fix your bugs or to pr...