Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Microsoft .Net
 Real-Time Graphics Tools for .Net (VB and C#)
 redraw in RT

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
jack1974 Posted - 16 Aug 2005 : 16:20:05
I want to redraw my real time graph, but every time I do I can still see the old ones behind it, which distorts my drawing. How do I make it refresh itself so that I can redraw it without the old one being still being visible.
1   L A T E S T    R E P L I E S    (Newest First)
quinncurtis Posted - 16 Aug 2005 : 18:22:15
The ChartView keeps track of all chart objects added to it. If you are recreating the chart by recreating all new chart objects, then you will need to delete the previous ones from the ChartView. You can delete all of them calling the ChartView.ResetChartObjList method.

In our examples it would be something like:

chartVu.ResetChartObjList();

You are probably doing something wrong if you need to do this. YOu should be able to change the existing Chart objects, rather than recreating them all and adding them the ChartView again. But you can do it either way.


Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07