Search found 7 matches
- Thu Mar 01, 2007 3:54 pm
- Forum: .NET
- Topic: Checkbox misplacement in Legend
- Replies: 1
- Views: 3969
Checkbox misplacement in Legend
Hi! In our main graph window we have a legend as shown below. Due to some buttons in the lower left corner we have hardcoded a new position for the legend to avoid overlapping. Unfortunately when moving the Legend its checkboxes does not move with it as you can see in the picture below. We have sear...
- Wed Jan 10, 2007 5:12 pm
- Forum: .NET
- Topic: Performance problem with Teechart för .NET
- Replies: 6
- Views: 7962
- Thu Jan 04, 2007 2:37 pm
- Forum: .NET
- Topic: Performance problem with Teechart för .NET
- Replies: 6
- Views: 7962
The program requires a hardware device. But we have tested and comed to this conclusion: 1. When high frequency data is received on the com ports in vb.net there is no performance problem. The data is not plotted in the TeeChart graph. 2. When data is plotted in up to 30Hz into the graph with Line.A...
- Mon Dec 18, 2006 12:09 pm
- Forum: .NET
- Topic: Performance problem with Teechart för .NET
- Replies: 6
- Views: 7962
Yes, I have read it. DrawAllPoints is set to False, AutoRepaint to False and XValues. Order to None. The series are all FastLines. I havent found the FastPen or the FastCalc properties, do they not exist in vb.net? We must have titles and legends. The changes I made didnt make any difference, the pr...
- Mon Dec 18, 2006 8:25 am
- Forum: .NET
- Topic: Performance problem with Teechart för .NET
- Replies: 6
- Views: 7962
Performance problem with Teechart för .NET
We make a real-time charting, adds data to a chart in 4-16Hz with Line.Add(Time, Value). The number of series varies between 1 - 10. We also have one series that is printed by a timer in 8Hz. This timer gets disturbed (delayed) by adding data to the chart, even when it it just one series. We have se...
- Tue Nov 21, 2006 4:28 pm
- Forum: .NET
- Topic: Making Axis show Min:Sec
- Replies: 3
- Views: 4617
That tutorial mentioned mainly two things: Labels and Dates. Labels: I've already tried with labels and faced the problems explained in the post above. They get displayed at irregular intervals (like 00:01 00:02 00:04 00:05) and get repeated when zoomed in (like 00:01 00:01 00:01 00:02 00:02). Date:...
- Mon Nov 20, 2006 1:37 pm
- Forum: .NET
- Topic: Making Axis show Min:Sec
- Replies: 3
- Views: 4617
Making Axis show Min:Sec
Hi! We have a graph that is (currently) displaying the time (X-axis) in seconds, however it would be more suitable if it would display it as minutes and seconds in the format MM:SS (possibly HH:MM:SS). Is there a way to achieve this? The way we add (unlabeled) points (Line is a Steema.TeeChart.Style...