Search found 16 matches

by JHirsch
Mon Oct 29, 2007 6:17 pm
Forum: .NET
Topic: CursorTool / Chart Re-draw
Replies: 3
Views: 6335

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...
by JHirsch
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...
by JHirsch
Mon Mar 28, 2005 3:19 pm
Forum: .NET
Topic: Big Red X crash
Replies: 4
Views: 7991

Hi Pep,


The last time I saw the failure was when the program ran overnight (more than 12 hours). Also running that night was a virus scan program which loaded down the CPU. My thinking is that the crash may happen when the CPU is loaded and has been running for a while.

Jim
by JHirsch
Tue Mar 15, 2005 3:00 pm
Forum: .NET
Topic: Big Red X crash
Replies: 4
Views: 7991

Hi Pep,

I finally have seen the crash in my demo program. It had to run overnight to produce it. I have zipped the project up and will post it in the newsgroup for your attention.

It is a Visual Studio .NET 2003 project and you may have to redirect to the proper teechart.dll.


Jim
by JHirsch
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...
by JHirsch
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...
by JHirsch
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...
by JHirsch
Tue Jul 27, 2004 6:53 pm
Forum: .NET
Topic: Flickering ChartListBox
Replies: 12
Views: 19770

Hi Chris,

I have corrected that problem (setting the color each time) since I sent the sample to you and it still does not solve the flickering problem.

Thanks,
Jim
by JHirsch
Tue Jul 27, 2004 2:32 pm
Forum: .NET
Topic: Flickering ChartListBox
Replies: 12
Views: 19770

Hi Chris,

I provided a sample in the public.attachments newsgroup that shows the chartlistbox flickering.

I did not mention a button flickering problem so I am a little confussed as to what you are refering to in your reply.
by JHirsch
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...
by JHirsch
Fri Jul 23, 2004 9:40 pm
Forum: .NET
Topic: Flickering ChartListBox
Replies: 12
Views: 19770

More info for you. The easiest way to see this problem is create a form, then put a panel in the form. Put a TChart into the panel and then put a ChartListBox into the same panel. Adding points onto the graph at any interval will make the ChartListBox flicker.

Jim
by JHirsch
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...
by JHirsch
Fri Jul 23, 2004 2:56 pm
Forum: .NET
Topic: Flickering ChartListBox
Replies: 12
Views: 19770

Hi Pep,

I zipped up a project and uploaded it to steema.pulic.attachments that demonstrates the flicker of the chartlistbox.

Jim
by JHirsch
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...
by JHirsch
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...