Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DrawingTool MoveAnchor()

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

    DrawingTool MoveAnchor()

    In the Help Guide there is an example

    //move the chart anchors x and y values
    MyAnchor.MoveAnchor(lastPoint, newPoint, chartControl, chartScale);


    I am receiving an Error: No Overload for method"MoveAnchor" takes 4 arguments


    And the correct syntax would be ........?

    #2
    Hello TAJTrades,

    Thank you for reporting this.

    I am finding the same, only the
    Code:
    MoveAnchor(ChartAnchor startDataPoint, ChartAnchor deltaDataPoint, ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, DrawingTool drawingTool)
    overload is available and the
    Code:
    MoveAnchor(Point startPoint, Point deltaPoint, ChartControl chartControl, ChartScale)
    is not.

    I've submitted a report to our development about the missing overload.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello TAJTrades,

      This is issue is being tracked with ID #NTEIGHT-12022.

      Our development is letting us know to use the available overload at this time.

      If this breaks any previous code written before 8.0.8.0 was released please let me know so that I may inform our development.
      Chelsea B.NinjaTrader Customer Service

      Comment


        #4
        Chelsea,

        Thanks for the update.

        I reworked the entire logic flow to incorporate:

        MyAnchor.UpdateFromPoint(point, chartControl, chartScale);

        to get the effect I needed. This required more code but it does get the job done.

        World's leading screen capture + recorder from Snagit + Screencast by Techsmith. Capture, edit and share professional-quality content seamlessly.
        Last edited by TAJTrades; 08-15-2017, 08:41 AM.

        Comment

        Latest Posts

        Collapse

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