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 TraderG23, 12-08-2023, 07:56 AM
          9 responses
          382 views
          1 like
          Last Post Gavini
          by Gavini
           
          Started by oviejo, Today, 12:28 AM
          0 responses
          1 view
          0 likes
          Last Post oviejo
          by oviejo
           
          Started by pechtri, 06-22-2023, 02:31 AM
          10 responses
          125 views
          0 likes
          Last Post Leeroy_Jenkins  
          Started by judysamnt7, 03-13-2023, 09:11 AM
          4 responses
          59 views
          0 likes
          Last Post DynamicTest  
          Started by ScottWalsh, Yesterday, 06:52 PM
          4 responses
          36 views
          0 likes
          Last Post ScottWalsh  
          Working...
          X