Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

​​​​​​​Draw.TextFixed Position

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

    ​​​​​​​Draw.TextFixed Position

    Hi NT bods, I am drawing a text box as below, is there anyway to lower the position from the top right on the Y axis ? I think you can position the text in the box, but I want the box to be a bit lower .. can this be done?

    Code:
    Draw.TextFixed(this, "mytext","mytext", TextPosition.TopRight, ChartControl.Properties.ChartText,
                            ChartControl.Properties.LabelFont, Brushes.Black, Brushes.White, 100);

    Cheers

    #2
    Hello 12tkram,

    Add /r/n to the text string at the beginning. This will add a new line in the text.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi, thanks and yes I can insert a new line, that’s not the problem, the issue is the position of the box. I use a black border, so you just get an extra line between the border and the text. This is not what I require, I require the whole box to be lower on the Y axis.

      Comment


        #4
        Hello 12tkram,

        There isn't a way to adjust that.

        At this point you would need to custom render the text and a rectangle border.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          thanks, I thought that might be the case as there was nothing in the docs but wasn't sure if there was a kludge method .. thanks again .. will check it out.

          Comment

          Latest Posts

          Collapse

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