Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

forcing plot to be called

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

    forcing plot to be called

    hi, is there are way to force a refresh of the chart so that plot is called?

    Onn

    #2
    Hello Onn,

    Thank you for your note.

    While Update() will not refresh the chart it will force a call of OnBarUpdate(), you may wish to use this in your code. For information on Update() please visit the following link: http://www.ninjatrader.com/support/h...nt7/update.htm

    Please let me know if I may be of further assistance.

    Comment


      #3
      Update kind of does the trick.
      This causes a more immediate refresh though: ChartControl.ChartPanel.Invalidate();
      Just thought to post it for others.

      Onn

      Comment


        #4
        Originally posted by onnb1 View Post
        hi, is there are way to force a refresh of the chart so that plot is called?

        Onn
        Code:
        ChartControl.Refresh();

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        600 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        346 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        558 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        558 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X