Search found 11 matches
- 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 ...
- 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 ...
- 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?
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?
- 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 ...
- Wed May 13, 2009 1:49 am
- Forum: .NET
- Topic: Some original functions are disappeared
- Replies: 7
- Views: 8357
- Tue May 12, 2009 6:50 am
- Forum: .NET
- Topic: Some original functions are disappeared
- Replies: 7
- Views: 8357
- Mon May 11, 2009 2:08 am
- Forum: .NET
- Topic: Some original functions are disappeared
- Replies: 7
- Views: 8357
- 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...
- Thu Apr 30, 2009 8:17 am
- Forum: .NET
- Topic: Multiply Axes problem
- Replies: 4
- Views: 5015
- Wed Apr 29, 2009 2:32 am
- Forum: .NET
- Topic: Multiply Axes problem
- Replies: 4
- Views: 5015
- 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...