Announcement

Collapse
No announcement yet.

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.

    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.

        Comment


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

          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