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

Custom Drawing Tool

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

    Custom Drawing Tool

    I would like to increase the text font size of the HelloWorld.zip, posted by NinjaTrader_Matthew on 08-20-2015, 12:58 PM.



    I think I need to change the default chart control properties but could not find any reference material in doing so. Can someone please provide an example to help me do so. Thank you in advance!

    #2
    Hello Richard168,

    Thanks for your post.

    The TextFormat is created in line 160. You can change the font size there.

    Code:
    TextFormat textFormat = new TextFormat(Globals.DirectWriteFactory,
        chartControl.Properties.LabelFont.Family.ToString(), (float)chartControl.Properties.LabelFont.Size[B]*5[/B]);
    We look forward to assisting.
    JimNinjaTrader Customer Service

    Comment


      #3
      Thanks so much NinjaTrader_Jim!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cyberpete76, 03-27-2023, 12:29 AM
      7 responses
      265 views
      1 like
      Last Post slightly  
      Started by renewsaltwater, Today, 01:15 AM
      0 responses
      2 views
      0 likes
      Last Post renewsaltwater  
      Started by slightly, Today, 12:49 AM
      0 responses
      3 views
      0 likes
      Last Post slightly  
      Started by sdauteuil, 09-23-2021, 10:16 AM
      4 responses
      1,209 views
      0 likes
      Last Post jacobpescaia44  
      Started by agclub, 04-21-2024, 08:57 PM
      5 responses
      36 views
      0 likes
      Last Post agclub
      by agclub
       
      Working...
      X