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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      80 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      54 views
      0 likes
      Last Post CarlTrading  
      Working...
      X