aak_neo Level: Scholar

 Registered: 11-02-2007 Posts: 30
|
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
|