Announcement

Collapse
No announcement yet.

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.

    Comment


      #3
      Thanks so much NinjaTrader_Jim!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      70 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      152 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      100 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      288 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X