Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Change the look and feel of buttons.

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

    Change the look and feel of buttons.

    Hello,

    is there documentation on how I can change the look and feel of the button on the chart trader? I want to customize it and cant seem to find a thread that discusses this.


    thank you.

    #2
    Hello priceisking,

    Thank you for the post.

    To edit the look of the various controls you see in the platform would require editing the skin. You can change styles of individual items through programming as well but is not something we document as this is just a C#/WPF concept.

    You can see the following guide on how to edit skins: https://ninjatrader.com/support/help...hlightsub=skin

    I look forward to being of further assistance.

    Comment


      #3
      In the chart trader and the Control Panel > Accounts it is hard to read red numbers on a black background.
      I have looked at the skins files and don't know where to find this or how to modify it in the XAML. Could you give the change that is needed to modify the background and text color?

      Thanks

      Comment


        #4
        Hello LCSanders,

        I was able to locate the resource for this, it looks like that is controlled with the following line in the Blueprint.xaml file. You can find details of editing skins in the following link:


        Here is the line which controls the color:

        Code:
        <SolidColorBrush  po:Freeze="true"  x:Key="PositionTextBlockLossBrush"    Color="Red" />
        You can change Red to any color or hex code: Magenta or #FF0000FF

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X