Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Text Underline

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

  • Mindset
    replied
    Bold + Underline

    thanks Bertrand that would have taken me an age to figure out!
    I understood | to mean 'or' - logically shouldn't it be '&'?

    mmm - we ought to see that your post has been edited... your revision with the & strangely doesn't work, but | does. Bizarre.
    Last edited by Mindset; 03-05-2010, 04:56 AM. Reason: Question

    Leave a comment:


  • NinjaTrader_Bertrand
    replied
    Mindset, not tested right now, but believe this should do it -

    Code:
     
    Font f = new Font("Arial", 8, FontStyle.Bold & FontStyle.Underline);

    Leave a comment:


  • Mindset
    replied
    Font object

    Isn't that a new instance of an object?- I did look at the msdn site but it uses TextCollections which seemed very complicated for something that is very simple.

    So I need to serialize the new font f object as well?

    edit oops - how do I make text bold and underlined?
    Last edited by Mindset; 03-05-2010, 03:48 AM.

    Leave a comment:


  • bukkan
    replied
    Code:
    Font f = new Font("Arial",8,FontStyle.Underline );
    replace textFont with f

    google "font C#" for more. that way its much easier.

    Leave a comment:


  • Mindset
    replied
    Font Object

    Isn't textFontBold a font object?
    sorry for being so dim but how would I change it?

    Leave a comment:


  • NinjaTrader_JoshP
    replied
    Mindset,

    I believe that property is a read only property. You would likely need to create/change the Font object with the underline setting.

    Leave a comment:


  • Mindset
    started a topic Text Underline

    Text Underline

    I use the following to draw text above certain bars

    DrawText("Tag"+CurrentBar,true,"String",0, High[0],0,myColor,textFont,StringAlignment.Center,Color.E mpty,Color.Empty,10);

    When a certain set of conditions are met I want to underline the text-
    textFont has a property called Underline but how do I get it to work please?

    textFont.Underline scans but does not compile.

Latest Posts

Collapse

Topics Statistics Last Post
Started by pechtri, 06-22-2023, 02:31 AM
10 responses
124 views
0 likes
Last Post Leeroy_Jenkins  
Started by judysamnt7, 03-13-2023, 09:11 AM
4 responses
59 views
0 likes
Last Post DynamicTest  
Started by ScottWalsh, Yesterday, 06:52 PM
4 responses
36 views
0 likes
Last Post ScottWalsh  
Started by olisav57, Yesterday, 07:39 PM
0 responses
7 views
0 likes
Last Post olisav57  
Started by trilliantrader, Yesterday, 03:01 PM
2 responses
22 views
0 likes
Last Post helpwanted  
Working...
X