Results 1 to 3 of 3

Thread: MSChart - dynamic display of data in bar chart

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Posts
    2

    Question MSChart - dynamic display of data in bar chart

    Hi,

    Can anyone please help me with mschart. The requirement is to display temperature values which increases every few milliseconds in the form of a bar chart.

    I need a method to display the bar chart column gradually increase every few milliseconds to show the temperature fluctuations.

    I have currently used a timer and an array of temperature values for achieving this functionality but the vb form is flickering. Please help as this is urgent!!

    Thanks

  2. #2
    Frenzied Member David.Poundall's Avatar
    Join Date
    Sep 2002
    Location
    Robin Hood Land
    Posts
    1,457
    Use the following link to get info on the MS Chart Control .

    If I were you I would use a recordset to hold your data and link the recordset to the control. Update the recordset and refresh the Chart control to show any changes.
    David

    Learn the Rules so that you know how to break them properly.

    Printing dll dBTools MZTools Winsock API WinsockVB More Winsock SGrid2 MSChart Mail2Web

    If you have found this thread useful then read this

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Posts
    2
    Thanks for the reply David.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width