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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        93 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        138 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        123 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        73 views
        0 likes
        Last Post PaulMohn  
        Working...
        X