Search found 863 matches

by Christopher
Fri Aug 07, 2009 11:16 am
Forum: .NET
Topic: Need help in ExtraLeged & LegendScrollBar
Replies: 3
Views: 7925

Re: Need help in ExtraLeged & LegendScrollBar

Hello, Is there any solution/ other ways to solve these problem. You could try displaying the extralegend tools in a second chart which would give you more space. There's some code below as an example. As for displaying the legendscrollbar in an extralegendtool, then this is not presently possible. ...
by Christopher
Fri Aug 07, 2009 10:50 am
Forum: .NET
Topic: Deploying a WPF web application requires full trust
Replies: 1
Views: 4801

Re: Deploying a WPF web application requires full trust

Hello, I am developing WPF web application that uses TeeChart. TeeChart requires full trust, which I would think significantly limits deployment as a web application. Will this limitation be removed in the near future? I think this may have something to do with the fact that the "Allow unsafe code" ...
by Christopher
Fri Jul 31, 2009 8:01 am
Forum: .NET
Topic: TeeChart for .NET [30 JUL 2009] RELEASE 3.5.3498.27366/7/8
Replies: 2
Views: 6666

TeeChart for .NET [30 JUL 2009] RELEASE 3.5.3498.27366/7/8

Hello! Full release binary and source code installers are now available from Steema's Customer Download pages accessible via: http://www.steema.com/downloads/client_access.html The release notes for the build can be viewed at: http://www.steema.com/files/public/teechart/net/release_txts/TeeChartNET3...
by Christopher
Fri Jul 03, 2009 1:58 pm
Forum: .NET
Topic: TeeChart for .NET [03 JUL 2009] RELEASE 3.5.3470.15473/4/5
Replies: 0
Views: 5633

TeeChart for .NET [03 JUL 2009] RELEASE 3.5.3470.15473/4/5

Hello! Full release binary and source code installers are now available from Steema's Customer Download pages accessible via: http://www.steema.com/downloads/client_access.html The release notes for the build can be viewed at: http://www.steema.com/files/public/teechart/net/release_txts/TeeChartNET3...
by Christopher
Wed Jul 01, 2009 9:29 am
Forum: .NET
Topic: TeeChart for .NET [30 JUN 2009] RELEASE 4.0.2009.21353/4/5
Replies: 5
Views: 9359

TeeChart for .NET [30 JUN 2009] RELEASE 4.0.2009.21353/4/5

Hello! Steema is pleased to announce a new maintenance release for TeeChart for .NET v2009! All licence holders of TeeChart for .NET v2009 can now access this new maintenance release via the URL below. Full release binary and source code installers are now available from Steema's Customer Download p...
by Christopher
Fri Jun 19, 2009 9:00 am
Forum: Beta versions
Topic: Silverlight Teechart - DataUpdates rendered incorrectly
Replies: 9
Views: 46966

Re: Silverlight Teechart - DataUpdates rendered incorrectly

Hello,

I can't reproduce this issue in the latest publicly available version of TeeChart.Silverlight.dll within TeeChart for .NET v2009. The same number of points are rendered before and after pressing the button.
by Christopher
Tue Jun 02, 2009 2:54 pm
Forum: .NET
Topic: Is there a way to lightly customize the tchart export dialog
Replies: 9
Views: 15910

Re: I tested on Vistax64 Only.

Hello! http://msdn.microsoft.com/en-us/library/aa965884.aspx To quote from that page: Registry virtualization is enabled only for the following: * 32-bit interactive processes * Keys in HKEY_LOCAL_MACHINE\Software * Keys that an administrator can write to. So the most practical workaround, for the t...
by Christopher
Thu May 21, 2009 8:29 am
Forum: .NET
Topic: TeeChart for .NET [20 MAY 2009] RELEASE 4.0.2009.16182/3/4
Replies: 4
Views: 7679

TeeChart for .NET [20 MAY 2009] RELEASE 4.0.2009.16182/3/4

Hello! Steema is pleased to announce a new maintenance release for TeeChart for .NET v2009! All licence holders of TeeChart for .NET v2009 can now access this new maintenance release via the URL below. Full release binary and source code installers are now available from Steema's Customer Download p...
by Christopher
Wed May 20, 2009 9:38 am
Forum: .NET
Topic: TeeChart for .NET [19 MAY 2009] RELEASE 3.5.3425.20243/4/5
Replies: 2
Views: 6551

TeeChart for .NET [19 MAY 2009] RELEASE 3.5.3425.20243/4/5

Hello! Full release binary and source code installers are now available from Steema's Customer Download pages accessible via: http://www.steema.com/downloads/client_access.html The release notes for the build can be viewed at: http://www.steema.com/files/public/teechart/net/release_txts/TeeChartNET3...
by Christopher
Wed May 13, 2009 1:33 pm
Forum: .NET
Topic: TrendFunction: YValues set to XValues
Replies: 8
Views: 11668

Jens, Ok, we've now implemented a new "UseDecimals" property (default false) into the base class of the TrendFuncion which enables code like that in the example below to run and produce a perfectly accurate chart: private void InitializeChart() { tChart1.Aspect.View3D = false; Steema.TeeChart.Styles...
by Christopher
Thu Apr 30, 2009 2:08 pm
Forum: .NET
Topic: TeeChart for .NET [30 APR 2009] RELEASE 4.0.0.15032/3/4
Replies: 23
Views: 34610

TeeChart for .NET [30 APR 2009] RELEASE 4.0.0.15032/3/4

Hello! The first full release binary and source code installers are now available from Steema's Customer Download pages accessible via: http://www.steema.com/downloads/client_access.html Evaluation version binary installers are also now available. The release notes for the build can be viewed at: ht...
by Christopher
Thu Apr 30, 2009 11:41 am
Forum: .NET
Topic: StdDeviation overflow?
Replies: 3
Views: 7412

Hello! The issue here is that the algorithms are not producing a System.Overflow exception but that the size of the input data is pushing the calculations beyond the precision of the System.Double type. I've tried using the System.Decimal type in these calculations, but then the code does produce a ...
by Christopher
Thu Apr 30, 2009 10:32 am
Forum: .NET
Topic: TrendFunction: YValues set to XValues
Replies: 8
Views: 11668

Hi Jens, This is an interesting problem :-) This code works as expected: private void InitializeChart() { tChart1.Aspect.View3D = false; Steema.TeeChart.Styles.Line lineTemp = new Steema.TeeChart.Styles.Line(tChart1.Chart); lineTemp.Add(10000001, 0.1); lineTemp.Add(10000002, 0.2); lineTemp.Add(10000...
by Christopher
Thu Mar 26, 2009 3:19 pm
Forum: .NET
Topic: TeeChart for .NET [25 MAR 2009] RELEASE 3.5.3371.26404/5/6
Replies: 7
Views: 12085

TeeChart for .NET [25 MAR 2009] RELEASE 3.5.3371.26404/5/6

Hello! Full release binary and source code installers are now available from Steema's Customer Download pages accessible via: http://www.steema.com/downloads/client_access.html Evaluation version binary installers are also now available. The release notes for the build can be viewed at: http://www.s...
by Christopher
Fri Mar 20, 2009 3:25 pm
Forum: .NET
Topic: Meaning of polyfitting coeffs
Replies: 1
Views: 4577

Re: Meaning of polyfitting coeffs

Yacu, My question is Where is the trick?, How do you apply the coefficients and explain the difference?. Maybe you have some written documentation on the method used for fitting the curve and the meaning of the coeficients There's a thread discussing this issue which I strongly recommend you read he...