Search found 20 matches

by nico193
Thu Jun 18, 2009 1:19 pm
Forum: .NET
Topic: Degraded performance upgrading to TeeChart For VS 2005
Replies: 1
Views: 5116

Degraded performance upgrading to TeeChart For VS 2005

Hello, We're using Teechart V 1.1.1544.23908 for VS 2003 since 4 years in a .NET application. We're now trying to upgrade to VS 2005 and would like to have the latest Steema Teechart version (V4.0). Letting the code as is and migrate to VS 2005 + Steema Teechart V4.0, we're facing some importantg pe...
by nico193
Thu Jun 18, 2009 12:38 pm
Forum: .NET
Topic: Click Events on Series not firing
Replies: 5
Views: 10574

Re: Click Events on Series not firing

Thanks for replying. I've put a breakpoint in the Click event to see it's fired or not. But the message is more explicit, you're right. About the Teechart version : The TeeChart.dll version is 4.0.2009.16186 I'm working with Visual Studio 2005 SP1, with Windows XP SP3. The click event is fired in VS...
by nico193
Thu Jun 18, 2009 7:58 am
Forum: .NET
Topic: Click Events on Series not firing
Replies: 5
Views: 10574

Re: Click Events on Series not firing

Hello, I've created a simple sample to reproduce the issue : The Form1.designer.cs code : namespace SteemaTest { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources bei...
by nico193
Fri Jun 12, 2009 8:34 am
Forum: .NET
Topic: Cursor Tool XValue assignment
Replies: 1
Views: 5323

Cursor Tool XValue assignment

Hello, Again, something that worked with Teechart for .NET1.1 and seems to be broken in the .NET2.0 version : When setting the XValue of a CursorTool, we now have to set it twice so that it works. cursorTool1.Series=mySerie; cursorTool1.XValue = 0,25 * (GraphChart.Axes.Bottom.Maximum - GraphChart.Ax...
by nico193
Thu Jun 11, 2009 4:54 pm
Forum: .NET
Topic: Click Events on Series not firing
Replies: 5
Views: 10574

Click Events on Series not firing

Hello all, Our application was working perfectly using Steema Teechart for .NET 1.1. We've downloaded the evaluation version for .NET2.0 (Visual Studio 2005) and we're facing a strange problem : The click events on teechart series are no more firing (they were with the previous version of Steema Tee...
by nico193
Wed Apr 28, 2004 10:13 am
Forum: .NET
Topic: Exception in Steema.TeeChart.Styles.Series.CalcXPos
Replies: 3
Views: 11316

Forgot to say I cannot reproduce this bug while debugging in Visual Studio .Net. It only happens when the application is installed (Release).
by nico193
Wed Apr 28, 2004 8:33 am
Forum: .NET
Topic: Exception in Steema.TeeChart.Styles.Series.CalcXPos
Replies: 3
Views: 11316

Some precisions : - No series are created with the editor. They're all created programmatically. There are two type of data to be displayed : - Some real data series : They are Steema.Teechart.Styles.FastLine type and contains millions of points. - Some events series : They are Steema.Teechart.Style...
by nico193
Tue Apr 27, 2004 8:27 am
Forum: .NET
Topic: Exception in Steema.TeeChart.Styles.Series.CalcXPos
Replies: 3
Views: 11316

Exception in Steema.TeeChart.Styles.Series.CalcXPos

Hello ! I have a very strange problem with TeeChart : I work with a lot of points (1 000 000 approximatively) and it works very well. When I zoom or unzoom many times manually and then remove some series, I often (not always !!) get the following exception : Index was outside the bounds of the array...
by nico193
Wed Mar 03, 2004 4:16 pm
Forum: ActiveX
Topic: OnCursorToolChange not called when changing cursor position
Replies: 2
Views: 8962

I'm working with Tee Chart Active X V5
by nico193
Tue Mar 02, 2004 9:59 am
Forum: ActiveX
Topic: OnCursorToolChange not called when changing cursor position
Replies: 2
Views: 8962

OnCursorToolChange not called when changing cursor position

The event OnCursorToolChange is called when the user is changing the cursor tool position, but not when the position is changed programmatically. Is there a way to invoke this event when changing the position of the cursor tool programmatically ? I need to retrieve the nearest point index of the cur...
by nico193
Thu Feb 19, 2004 8:24 am
Forum: .NET
Topic: No user objects or tags ?
Replies: 3
Views: 8458

No user objects or tags ?

It would be very very useful to have some user objects on series for example. This would be just a variable of type "object" that would be part of the series class and its goal is only to let the user store things here. It takes you ten seconds to make and it would really simplifies our code ... Thi...
by nico193
Mon Feb 09, 2004 8:26 am
Forum: .NET
Topic: Culture of TeeChart ?
Replies: 3
Views: 12382

So why Teechart stills display date format like 13/10/2003 where the the date format has been defined as yyyy-mm-dd ???
by nico193
Thu Feb 05, 2004 10:35 am
Forum: .NET
Topic: Culture of TeeChart ?
Replies: 3
Views: 12382

Culture of TeeChart ?

In my application, I define my own culture to have specific number and date time format. I set the Application.CurrentCulture with this specific culture. Everything works OK. When I use the function Steema.Teechart.Utils.DateTime to convert a DateTime value into a double value, my application cultur...
by nico193
Fri Jan 16, 2004 2:10 pm
Forum: .NET
Topic: MaximumOffset and MinimumOffset do not work on custom axes
Replies: 9
Views: 34001

Thanks !! I'll download it ! :D
by nico193
Fri Jan 16, 2004 9:32 am
Forum: .NET
Topic: MaximumOffset and MinimumOffset do not work on custom axes
Replies: 9
Views: 34001

The minimum offset and maximum offset are still not working on latest release. Is this normal ? Do you consider this a s a bug ?