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 ETFVoyageur, 04-30-2024, 02:04 PM
          11 responses
          97 views
          0 likes
          Last Post ETFVoyageur  
          Started by bubblegum, 03-18-2024, 10:41 AM
          3 responses
          43 views
          0 likes
          Last Post vjsworld  
          Started by JamesK1, Today, 02:48 PM
          1 response
          10 views
          0 likes
          Last Post JamesK1
          by JamesK1
           
          Started by llanqui, Today, 03:51 PM
          0 responses
          9 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Started by Quanto, 04-17-2024, 10:43 AM
          2 responses
          24 views
          0 likes
          Last Post Quanto
          by Quanto
           
          Working...
          X