Search found 1603 matches

by Christopher
Fri Jan 18, 2013 3:58 pm
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 45379

Re: TeeChart WPF - Cant see text in XAML

Hello YuVal, I'm the developer who is trying to implement export of the DrawText(FormattedText formattedText, Point point) overload you are interested in. However, I have a problem. My problem is that the FormattedText class does not have the necessary properties to adequately fill in the properties...
by Christopher
Wed Nov 14, 2012 9:33 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

Hello Oliver,

Okay, I've just sent you an email with the latest TeeChart.dll as an attachment.

Thank you,

Christopher Ireland
www.steema.com
by Christopher
Tue Nov 13, 2012 3:17 pm
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

Hello Oliver, Which framework do you want the test version of TeeChart.dll built for? This test version will not have the same version number as the one you are using. This test TeeChart.dll assembly's legal usage will be exactly the same as for all other TeeChart.dll assemblies as per the license a...
by Christopher
Tue Oct 30, 2012 4:08 pm
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

Hello Oliver, Right. The following code now works without endlessly looping: private void InitializeChart() { tChart1.Aspect.View3D = false; double val = 1000000000000000; double nextVal = 1000000000000000.1; var constantLine = new Steema.TeeChart.Styles.Line(); constantLine.Chart = tChart1.Chart; t...
by Christopher
Wed Oct 24, 2012 8:32 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

Hello Oliver, Sorry, I've been away for the last couple of days but am back on the case now :-) Let me shortly explain why: If the value of d1 is identical to d2 clearly the subtraction result is zero and thus smaller than double.Epsilon. So the conclusion is that there is no significant difference....
by Christopher
Fri Oct 19, 2012 11:44 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

Hello Oliver, Nice to hear from you too! How are you? 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. However, when you say If you use this test instead of ...
by Christopher
Tue Oct 02, 2012 2:19 pm
Forum: .NET
Topic: TeeChart for .NET v2012 [28 SEP 2012] RELEASE 4.1.2012.09280
Replies: 4
Views: 9118

TeeChart for .NET v2012 [28 SEP 2012] RELEASE 4.1.2012.09280

Steema is very pleased to announce a new maintenance release of v2012 for TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below. A new full release binary installer is now available from Steema's Customer Download pages accessible via: http://w...
by Christopher
Mon Jul 16, 2012 8:01 am
Forum: .NET
Topic: TeeChart for .NET v2012 [13 JUL 2012] RELEASE 4.1.2012.07130
Replies: 0
Views: 6253

TeeChart for .NET v2012 [13 JUL 2012] RELEASE 4.1.2012.07130

Steema is very pleased to announce a new maintenance release of v2012 for TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below. A new full release binary installer is now available from Steema's Customer Download pages accessible via: http://w...
by Christopher
Fri May 11, 2012 2:29 pm
Forum: .NET
Topic: TeeChart for .NET v2012 [10 MAY 2012] RELEASE 4.1.2012.05100
Replies: 4
Views: 8919

TeeChart for .NET v2012 [10 MAY 2012] RELEASE 4.1.2012.05100

Steema is very pleased to announce a new maintenance release of v2012 for TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below. A new full release binary installer is now available from Steema's Customer Download pages accessible via: http://w...
by Christopher
Thu Mar 01, 2012 4:51 pm
Forum: .NET
Topic: TeeChart for .NET v2012 [28 FEB 2012] RELEASE 4.1.2012.02280
Replies: 0
Views: 6340

TeeChart for .NET v2012 [28 FEB 2012] RELEASE 4.1.2012.02280

Steema is very pleased to announce version 2012 of TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below. A new full release binary installer is now available from Steema's Customer Download pages accessible via: http://www.steema.com/clientacc...
by Christopher
Mon Jan 09, 2012 12:30 pm
Forum: .NET
Topic: TeeChart for .NET v2011 [09 JAN 2012] RELEASE 4.1.2012.01030
Replies: 0
Views: 6310

TeeChart for .NET v2011 [09 JAN 2012] RELEASE 4.1.2012.01030

Steema is very pleased to announce a new maintenance release of v2011 for TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below. A new full release binary installer is now available from Steema's Customer Download pages accessible via: http://w...
by Christopher
Mon Oct 24, 2011 9:45 am
Forum: .NET
Topic: TeeChart for .NET v2011 [19 OCT 2011] RELEASE 4.1.2011.10190
Replies: 1
Views: 5690

Re: TeeChart for .NET v2011 [19 OCT 2011] RELEASE 4.1.2011.10190

Evaluation and source code installers will become available shortly.
These installers are now publicly available.
by Christopher
Fri Oct 21, 2011 7:58 am
Forum: .NET
Topic: TeeChart for .NET v2011 [19 OCT 2011] RELEASE 4.1.2011.10190
Replies: 1
Views: 5690

TeeChart for .NET v2011 [19 OCT 2011] RELEASE 4.1.2011.10190

TeeChart for .NET v2011 [19 OCT 2011] RELEASE 4.1.2011.10190-10193 Steema is very pleased to announce a new maintenance release of v2011 for TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below. A new full release binary installer is now avail...