Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw.TextFixed()...

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

    Draw.TextFixed()...

    Looking to make the font size larger. Old days would be -> new Font('blah'), now that doesn't seem to be the syntax. According to the docs this is what I have, but again, the font is too small. Any help would be greatly appreciated:

    Code:
    Draw.TextFixed(this, "status", "Value", TextPosition.TopRight, Brushes.White, ChartControl.Properties.LabelFont, Brushes.Transparent, Brushes.Orange, 100);

    #2
    Hello funk101,

    Thank you for writing in.

    You'll want to pass a new SimpleFont object to the overload of Draw.TextFixed() that takes a SimpleFont parameter:

    Code:
    Draw.TextFixed(NinjaScriptBase owner, string tag, string text, TextPosition textPosition, Brush textBrush, SimpleFont font, Brush outlineBrush, Brush areaBrush, int areaOpacity)
    More information about the SimpleFont class can be found here: https://ninjatrader.com/support/help...font_class.htm

    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by suroot, 04-10-2017, 02:18 AM
    4 responses
    3,021 views
    0 likes
    Last Post truepenny  
    Started by Stanfillirenfro, Today, 07:23 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    2 responses
    22 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by olisav57, Yesterday, 07:39 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by cocoescala, 10-12-2018, 11:02 PM
    7 responses
    944 views
    0 likes
    Last Post Jquiroz1975  
    Working...
    X