I uploaded DuellingCharts.zip to your upload page...
It includes a workaround in the code also. I found that forcing the Charts to re-draw on every CusrorTool.OnChange event seems to work OK.
Thanks...
Search found 16 matches
- Mon Oct 29, 2007 6:17 pm
- Forum: .NET
- Topic: CursorTool / Chart Re-draw
- Replies: 3
- Views: 6335
- Wed Oct 24, 2007 5:36 pm
- Forum: .NET
- Topic: CursorTool / Chart Re-draw
- Replies: 3
- Views: 6335
CursorTool / Chart Re-draw
I'm evaluating the latest TeeChart for .NET... I have two charts (ChartA, ChartB) setup exactly the same with a CursorTool on both charts. Moving the cursor on one Chart updates the Series data on the other Chart. The odd behavior is that when moving the cursor on ChartA the cursor redraws very quic...
- Mon Mar 28, 2005 3:19 pm
- Forum: .NET
- Topic: Big Red X crash
- Replies: 4
- Views: 7991
- Tue Mar 15, 2005 3:00 pm
- Forum: .NET
- Topic: Big Red X crash
- Replies: 4
- Views: 7991
- Fri Mar 04, 2005 7:57 pm
- Forum: .NET
- Topic: Big Red X crash
- Replies: 4
- Views: 7991
Big Red X crash
I am using the latest TeeChart.DLL (ver 1.1.1864.22788) and after several execution cycles of drawing a trend graph (adding points on the end of lines in realtime) the graph control crashes with a system exception. The crash appears as a Big Red X in the chart area with a red square outline and whit...
- Fri Jul 30, 2004 2:47 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
Hi Chris, I am a little confussed at your reply. The Chart Listbox does not have a publicly accessible property of AutoRepaint. The TeeChart does have this property and setting it to false has no effect on the flickering problem of the Chart Listbox. The only reason I asked about double-buffering is...
- Wed Jul 28, 2004 4:08 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
Hi Chris, Thanks. With that clue I figured it out in my main application and all is working. The only remaining issue that would be nice to have fixed but is not critical is that when I initially set the color of the lines, the chartlistbox flickers as a result of this change. So basically, if I hav...
- Tue Jul 27, 2004 6:53 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
- Tue Jul 27, 2004 2:32 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
- Tue Jul 27, 2004 2:28 pm
- Forum: .NET
- Topic: ColorLine with text?
- Replies: 5
- Views: 10269
Hi Chris, 1) Go to the Form1.vb Designer screen and change the Anchor to Top,Left,Bottom, Right. 2) Recompile and Run. 3) Put the line anywhere in the graph and move the mouse pointer straight up outside the graph area. 4) Resize the window and the text will not follow the series lines but does stic...
- Fri Jul 23, 2004 9:40 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
- Fri Jul 23, 2004 6:56 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
I figured it out. The flickering is a result of the way I have bundled the chart and chart list box into a class to contain them. The theory is that when the chart updates its axes, it causes a repaint for the whole class, thus making the chart list box flicker. I have tried a few ways to resolve th...
- Fri Jul 23, 2004 2:56 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
- Thu Jul 22, 2004 4:12 pm
- Forum: .NET
- Topic: ColorLine with text?
- Replies: 5
- Views: 10269
Hi Pep, I took a look at you sample and we (another developer and I) had looked at annotations but they have a flaw. If you change your VB sample project so that the graph object is anchored to all four borders (Top, Left, Bottom, Right) and resize, the annotations do not stay with the line. Maximiz...
- Thu Jul 22, 2004 3:12 pm
- Forum: .NET
- Topic: Flickering ChartListBox
- Replies: 12
- Views: 19770
Flickering ChartListBox
HI, I am using a 2D Line chart and updating it in real-time by adding points on the end of several series (12 to be exact). I could not figure out how to get a vertical scrollbar into a legend, so I used the ChartListBox and associated it with the chart control. This works as desired, but there is c...