Search found 11 matches

by Carl
Tue Aug 27, 2013 8:34 am
Forum: .NET
Topic: How to deal with large amounts of data?
Replies: 1
Views: 3536

How to deal with large amounts of data?

I met a technical problem: when the filling of the TeeChart control to the data point to 100000 when the control response speed will be very slow, if continue to increase in number there will be operating lag phenomenon. Encounter this kind of situation how to deal with, TeeChart has optimized data ...
by Carl
Fri May 22, 2009 8:33 am
Forum: .NET
Topic: How to get the actual max and min X values of lines?
Replies: 3
Views: 4553

Thanks for your suggestion. And,I found an another solution to get max and min visible values: DateTime time1=DateTime.FromOADate(Series[0].XValues[Series[0].FirstVisibleIndex]); DateTime time2=DateTime.FromOADate(Series[0].XValues[Series[0].LastVisibleIndex]); Another problem: The bottom axis is a ...
by Carl
Tue May 19, 2009 8:30 am
Forum: .NET
Topic: How to get the actual max and min X values of lines?
Replies: 3
Views: 4553

How to get the actual max and min X values of lines?

There are several lines in the Tchart. The lines are draged and zoomed in.
I want to get the actual left and the right X values of lines in the area of tchart. There are not the maxmum and the minimum of the axis.
How?
by Carl
Wed May 13, 2009 2:03 am
Forum: .NET
Topic: Some original functions are disappeared
Replies: 7
Views: 8357

Oh, I just have thought it over and I have found out a solution. In my project, the maximum and minimum are asociated with the settings in the database, so it is forbidden to set the axes are automatic. I have rewrite the function named tChart1_UndoneZoom, then I have soled this problem. Thanks for ...
by Carl
Wed May 13, 2009 1:49 am
Forum: .NET
Topic: Some original functions are disappeared
Replies: 7
Views: 8357

First, thanks for your suggestion and I have made it zoom automaticly.
But, the lines can't recover after I have zoomed them in.
Is there any other event I should add to the tChart?
by Carl
Tue May 12, 2009 6:50 am
Forum: .NET
Topic: Some original functions are disappeared
Replies: 7
Views: 8357

I have uploaded a compressed package named "MultiAxesProblem.rar". There are a project and a document. Please check it and wish it helps for your analysis.
by Carl
Mon May 11, 2009 2:08 am
Forum: .NET
Topic: Some original functions are disappeared
Replies: 7
Views: 8357

I have uploaded a document which named "Some original functions are disappeared.docx". Please check it and wish it helps for your analysis.
by Carl
Thu May 07, 2009 2:21 am
Forum: .NET
Topic: Some original functions are disappeared
Replies: 7
Views: 8357

Some original functions are disappeared

In a multiply axes project: All the axes are assigned by the user,including all the vertical axes and a horizontal axis. The original left axis and the bottom axis are unvisible in the frame. But, two original functions of teechart disappeared in this situation: First,the lines can’t recover after I...
by Carl
Thu Apr 30, 2009 8:17 am
Forum: .NET
Topic: Multiply Axes problem
Replies: 4
Views: 5015

OK,thanks for your help. I have solved this problem.
Best wishes.
by Carl
Wed Apr 29, 2009 2:32 am
Forum: .NET
Topic: Multiply Axes problem
Replies: 4
Views: 5015

The version of the product is Teechart for .Net v3.
And, I checked the features demo based on your guide. But I have not found "Scrolling multiple axes". I am wondering that the product of this version doesn't support multiply axes.
Just here waiting for your explanation.
by Carl
Tue Apr 21, 2009 5:18 am
Forum: .NET
Topic: Multiply Axes problem
Replies: 4
Views: 5015

Multiply Axes problem

There are five dynamic lines (line1,line2, line3, line4, line5) in the panel, and I also assigned other four vertical axes (axis1, axis2, axis3, axis4) in the panel except the left and the bottom axes. I want to show user like this: The maximum and the minimum of left axis are connected with line1 T...