Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to plot override without bar data visible

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

    How to plot override without bar data visible

    Hi there,

    I know that plot override is not supported here however this is a question that pertains to other coding situations as well. I'm sure someone can point me in the right direction

    Basically as you can see by the image attached I have plotted today's and yesterday's bars to the right of the chart. I do not want the primary data series (Daily bars) visible (the white bars on the left). When I set the primary data series (Daily bars) to Color.Transparent OR I scroll the Daily bars off the chart, my custom plots disappear and my scaling disappears, as you can see by the image.

    I'm using:

    Code:
    ChartControl.GetYByValue(this, price);
    as suggested by koganam here

    I "sort of" understand why this is happening, but how to prevent it? Do I need to add an "invisible" High or Low plot set to AutoScale = True and THEN set the data series bars to Color.Transparent?

    Any tips in the right direction would be just great. Thank you!

    Simon
    Attached Files

    #2
    Hi Simon, a transparent plot will have special handling so will likely not help here. I think you could set a dummy plot to the chart's background color (so it would not be visible) and have autoscale enabled for it? That way you should retain your scale.

    Comment


      #3
      Okay, thanks Bertrand. That makes sense.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      156 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      90 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      141 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      130 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      107 views
      0 likes
      Last Post CarlTrading  
      Working...
      X