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

Set brushes to chart default

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

    Set brushes to chart default

    Hello,

    How can I set the BarBrushes= Brushes. (chart default down bar colour)?

    I've tried BarBrushes=Brushes. ChartBars.Properties.ChartStyle.DownBrush;

    ...but is not working.

    Essentially I want to change a bar's colour back to charts default colour.

    Thanks
    Last edited by b16_aln; 09-09-2019, 07:22 AM.

    #2
    Hello b16_aln,

    Thanks for your post.

    Set the BarBrush to null to return to the DataSeries selection for the bar.

    BarBrush = null;
    Last edited by NinjaTrader_PaulH; 09-09-2019, 08:07 AM. Reason: Corrected example, was BarsBrush = null and that was a typo.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Thanks but i need to reference the bar index to change back to default that's why i chose to use BarBrushes[]. I don't think I can do this using BarBrush?

      Comment


        #4
        Hello b16_aln,

        Thanks for your reply.

        Please try BarBrushes[n] = null; where [n] would be the barsago of the brush to reset to the data series brush color.
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          Thanks Paul, that seems to have done the trick.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by cre8able, Today, 01:16 PM
          2 responses
          9 views
          0 likes
          Last Post cre8able  
          Started by chbruno, 04-24-2024, 04:10 PM
          3 responses
          48 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by samish18, Today, 01:01 PM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by WHICKED, Today, 12:56 PM
          1 response
          9 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by WHICKED, Today, 12:45 PM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Working...
          X