Search found 6 matches
- Mon Apr 10, 2006 9:47 am
- Forum: .NET
- Topic: ColorLine and 100% CPU usage
- Replies: 1
- Views: 3749
ColorLine and 100% CPU usage
Hi This may be related to the cursor tool problem. When the ColorLine tool is dragged, CPU usage jumps to 100% and remains there until the mouse button is released, irrespective of whether the mouse is moved. Interestingly, it happens only when DragRepaint == false. In this case, DoDragLine() is cal...
- Tue Oct 25, 2005 10:16 am
- Forum: .NET
- Topic: DateTime x axis labels ambiguous at small ranges
- Replies: 2
- Views: 4622
Hi Narcis Thanks for the feedback... I don't want to force the label format all the time, because it disables TeeChart's automatic labelling. So I've made it work only for smaller ranges, as below. I can't seem to find out exactly what the label width should be -- I think it's calculated internally ...
- Thu Oct 20, 2005 12:13 pm
- Forum: .NET
- Topic: DateTime x axis labels ambiguous at small ranges
- Replies: 2
- Views: 4622
DateTime x axis labels ambiguous at small ranges
Hi I'm plotting graphs wide widely varying x-axis ranges, and the x-axis is using DateTime values. The automatic ticks and labels work very well indeed 90% of the time, but I am experiencing some problems at smaller ranges. I have 3 specific problems that I was hoping there might be a good work-arou...
- Mon Sep 06, 2004 1:00 pm
- Forum: .NET
- Topic: Problems exporting XY chart data
- Replies: 5
- Views: 9111
- Thu Sep 02, 2004 1:33 pm
- Forum: .NET
- Topic: Problems exporting XY chart data
- Replies: 5
- Views: 9111
Hi Josep I wrote a small sample program to test it, and it did seem to work initially, but I was eventually able to reproduce the problem. I've made sure we're using the same release of TeeCharts too. private void Form1_Load(object sender, System.EventArgs e) { DataSetData d1 = new DataSetData(); Da...
- Tue Aug 31, 2004 2:08 pm
- Forum: .NET
- Topic: Problems exporting XY chart data
- Replies: 5
- Views: 9111
Problems exporting XY chart data
Hi I'm currently exporting data from a chart with several series on it (plotted using FastLine's) containing X-Y data, with a time-based x-axis. When all the series contain one or more points, exporting works as expected, resulting in an Excel file with columns for the X and Y values for each series...