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 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