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 judysamnt7, 03-13-2023, 09:11 AM
          4 responses
          59 views
          0 likes
          Last Post DynamicTest  
          Started by ScottWalsh, Today, 06:52 PM
          4 responses
          36 views
          0 likes
          Last Post ScottWalsh  
          Started by olisav57, Today, 07:39 PM
          0 responses
          7 views
          0 likes
          Last Post olisav57  
          Started by trilliantrader, Today, 03:01 PM
          2 responses
          21 views
          0 likes
          Last Post helpwanted  
          Started by cre8able, Today, 07:24 PM
          0 responses
          10 views
          0 likes
          Last Post cre8able  
          Working...
          X