Search found 11 matches

by Haianh
Wed Feb 03, 2010 6:25 am
Forum: .NET
Topic: Using TeeChart with a DLL file
Replies: 1
Views: 4166

Using TeeChart with a DLL file

I have compiled TeeChart with license in to a dll library file and used it in another application on another PC (non-license) so when I'm running this application the error appeared as follow: System.Windows.Markup.XamlParseException occurred Message="Cannot create instance of 'TChart' defined in as...
by Haianh
Tue Feb 10, 2009 10:09 am
Forum: ActiveX
Topic: Strange behavior when DrawAllPoints property is set to FALSE
Replies: 5
Views: 9511

Thanks Narcis for your reply. Because our real time chart is added new data after refreshing, so we remove old series and rebuild series. But as you can see in our example, for this case, old data is displayed in a different way by time. (It is a special case, in fact our real time chart display a l...
by Haianh
Mon Feb 02, 2009 4:41 am
Forum: ActiveX
Topic: Strange behavior when DrawAllPoints property is set to FALSE
Replies: 5
Views: 9511

Hi Yeray, I send you a simple example project so that you can reproduce the problem. Please find in upload folder with name HaiAnh, email: lquocthanh@yahoo.com and file name is : TeeChartDrawAllPointsBug.zip You can also get the binary of this project in file : AxChartDrawAllPointsBugBinry.zip This ...
by Haianh
Fri Jan 30, 2009 9:35 am
Forum: ActiveX
Topic: Strange behavior when DrawAllPoints property is set to FALSE
Replies: 5
Views: 9511

Strange behavior when DrawAllPoints property is set to FALSE

Hi Steema, When we set DrawAllPoints = False, we recognized that TeeChart will take some points from all points to build serie randomly. For example: we have a set of data as following: X Y 2009-01-22-11.55.41.250000 1 2009-01-22-11.55.48.390000 1 2009-01-22-11.56.17.343000 1 2009-01-22-11.56.17.437...
by Haianh
Fri Dec 26, 2008 10:14 am
Forum: ActiveX
Topic: How to get Maximum and Minimum of a custom axis on zooming ?
Replies: 1
Views: 5093

How to get Maximum and Minimum of a custom axis on zooming ?

Dear Steema, Please give us an advice about how to get Maximum and Minimum of a custom axis. We have 8 custom axes (vertical) on a graph. And we can set an axis is current active and its max, min value in Vertical Axis Labels of graph. When performing zoom, we want to get Maximum and Minimum of curr...
by Haianh
Thu Dec 04, 2008 2:39 pm
Forum: ActiveX
Topic: Problem with search YValues of many series in a XValue point
Replies: 1
Views: 4527

Problem with search YValues of many series in a XValue point

Dear Steema, We have 8 series of a chart with much data that loaded from DB (over 500 000 points). We would like to read YValues of those series at a chart point when user click on a point in chart. Currently, we load data so that XValues is the same for the 8 series. By mouse position we use Axis.B...
by Haianh
Wed Dec 03, 2008 10:14 am
Forum: ActiveX
Topic: Move ColorLine to middle of graph after zooming
Replies: 3
Views: 6706

Thanks Narcis,

It is better for us.

Thanks again for your warm support.
My best regards.
by Haianh
Tue Dec 02, 2008 1:46 pm
Forum: ActiveX
Topic: Move ColorLine to middle of graph after zooming
Replies: 3
Views: 6706

Move ColorLine to middle of graph after zooming

Hi Steema, I want to move a colorline to middle of graph after zooming. Currently,I use event OnMouseDown to get previous bottom XValue, and OnMouseUp to get current bottom XValue. After zooming, i move colorline by setting colorline.value = (PreviousX+CurrentX)/2 But it was not good . Sometimes, th...
by Haianh
Tue Sep 30, 2008 1:13 pm
Forum: .NET
Topic: TeeChart Pro ActiveX vs TeeChart Pro .Net
Replies: 5
Views: 19714

Hi Narcís,

From your investigate, the ActiveX version proves to be much quicker than the .NET version, why we should use TeeChart for .NET instead of TeeChart for ActiveX?

Thanks for your support.
by Haianh
Thu Sep 25, 2008 11:13 am
Forum: .NET
Topic: TeeChart Pro ActiveX vs TeeChart Pro .Net
Replies: 5
Views: 19714

Thanks a lot for your prompt support. About #3, I would like to clarify one more point: in our case, we have to develop an application that will be compiled into .NET managed code, however TeeChart Pro ActiveX is win32 based component, which means COM Wrapper mechanism must be used in our applicatio...
by Haianh
Thu Sep 25, 2008 10:08 am
Forum: .NET
Topic: TeeChart Pro ActiveX vs TeeChart Pro .Net
Replies: 5
Views: 19714

TeeChart Pro ActiveX vs TeeChart Pro .Net

Hi, 1. I develop application in .Net framework 2.0 SP1 and I have two versions for TeeChart: + TeeChart Pro ActiveX + TeeChart Pro .Net Which version should I use for my project? 2. If I develop using TeeChart Pro .Net version, later on I want to change to TeeChart Pro ActiveX version. Does my sourc...