Search found 7 matches

by AndreAtDeltares
Fri Jan 14, 2011 8:26 am
Forum: .NET
Topic: Bug using TeeChart .NET v3 in dialog
Replies: 3
Views: 4170

Re: Bug using TeeChart .NET v3 in dialog

Dear Sandra,

Works like a breeze, both in my example and in the real code. Thank you so much!

André
by AndreAtDeltares
Wed Jan 12, 2011 4:36 pm
Forum: .NET
Topic: Bug using TeeChart .NET v3 in dialog
Replies: 3
Views: 4170

Bug using TeeChart .NET v3 in dialog

Dear all, When using the latest release of TeeChart .NET v3 (build 3.5.3700.30575) and Visual Studio 2008 (9.0.30729.1 SP), I get an exception when opening a dialog with a chart on it for the second time. First time it opens okay, second time an ArgumentException is thrown ({"Parameter is not valid....
by AndreAtDeltares
Fri Nov 20, 2009 8:56 am
Forum: .NET
Topic: Lines go haywire zooming log-log graph
Replies: 3
Views: 3762

Re: Lines go haywire zooming log-log graph

Narcis, As in most applications, the ranges of the axis are determined by the program specification. So there's no way to change that. The green and blue line are both points on the same line, which should be a straight line in a log-log graph. This line should 'touch' the red line in one point. So ...
by AndreAtDeltares
Wed Nov 18, 2009 2:38 pm
Forum: .NET
Topic: Lines go haywire zooming log-log graph
Replies: 3
Views: 3762

Lines go haywire zooming log-log graph

When zooming in on a graph with logaritmic scales for the both the left and the bottom axis, lines which do not have any point or only 1 point within the graph "window" are drawn wrong. The example draws three lines, line green and blue should always be on top of each other. but are not after zoomin...
by AndreAtDeltares
Wed Aug 20, 2008 11:42 am
Forum: .NET
Topic: 0 values not shown in line series
Replies: 1
Views: 3003

0 values not shown in line series

Hi all, The following code does not display the first point on my PC when the Y value of this point is 0.0, but does so when the value is 0.00001. On the PC of my co-worker it does. Both using VS 2005 and TeeChart 3.5. Any ideas? André Hendriks Deltares public Form1() { InitializeComponent(); double...
by AndreAtDeltares
Mon Apr 28, 2008 2:14 pm
Forum: .NET
Topic: Black images on export
Replies: 3
Views: 3822

Hi Narcis,

The bad news is the symptoms were also present when using a System.Windows.Forms.TabControl. The good news is updating to version 3.2.3016.15521 solved the problem.

Thanx,

André
by AndreAtDeltares
Mon Apr 28, 2008 11:38 am
Forum: .NET
Topic: Black images on export
Replies: 3
Views: 3822

Black images on export

Using Teechart .Net 3.2.2868.26903, I get a totally black image when exporting after switching tabs. :evil: The chart is on a DotNetbar tab. The app opens with another tab selected, if I export at that stage, the picture looks fine, after selecting the tab with the chart, the export produces a black...