Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Scrolling chart, stop data update in another chart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Scrolling chart, stop data update in another chart

    While I was scrolling in a chart with right arrow key, I didn't realize that another chart that is in the same instrument stop updating its real-time data, but as soon as I release the key to stop scrolling, that other chart is updating itself with pending data.

    Is this an expected behavior or because of my CPU resource, I notice it is somewhere between 50-60% when I scroll ?

    #2
    Could be the case if you are on a dual-core machine, since all UI related stuff is processed in the app's main thread which only runs on one core (thus load ~ 50%, if the 2nd core is idle).

    Comment


      #3
      Does it mean bad ? or any better alternatives ? Core 2 Duo maybe ?

      Comment


        #4
        Nope, won't help. This is just a windows limitation (not even a .NET one): all UI related stuff (painting...) needs to run in the app's main thread.

        Comment


          #5
          ok, thanks for the explanation.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          88 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          48 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          31 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          34 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          69 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X