borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Expression evaluator)Next Topic (Searching a text file for information) New Topic New Poll Post Reply
AndreaVB Forum : VB General : real time mschart with scrollbar
Poster Message
aak_neo
Level: Scholar


Registered: 11-02-2007
Posts: 30

icon real time mschart with scrollbar

i m working on real time DAQ which updates database. an mschart  
is used to display the data in the db. since db is updated every second the database contains large no. of records & so the chart is
compressed. i've tried to put chart in a picture box &  move chart left & increase width. the chart everything is fine untill it is not moving.

once the update is started to db the bars(2dbar) start overlapping untill there is no bar but rows continue increasing. even database is  
fine gets all records thrown in.

i m using this, stretch & move left method, at every update
MSChart1.Width = MSChart1.Width + 3000
MSChart1.Left = -5000
  

____________________________
You never see past the choices you don't understand

11-02-2007 at 03:57 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB General : real time mschart with scrollbar
Previous Topic (Expression evaluator)Next Topic (Searching a text file for information) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder