Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninja 7 Plot Vales[1} on top[ of valeus[0]. Can I zindex plot Values?

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

    Ninja 7 Plot Vales[1} on top[ of valeus[0]. Can I zindex plot Values?

    Scenario: I am have 2 plots a chart. The exact code for adding the plots is:
    Add(new Plot(new Pen(Color.Red, 3), PlotStyle.Bar, "Primary"));
    Add(new Plot(new Pen(Color.Blue, 2), PlotStyle.Line , "Average"));

    Question: Can I get the "Average" Values[1] to plot on top of "Primary"Values[0] or do I need to reverse the plots in my indicator? Didn't know if I could use Zindex in some way.
    The behavior I am guessing is the lower plot numbers are stacked from smaller to higher Values numbers.

    As you can see I have one line plot and one bar plot. Sometimes the "Average" line gets covered by the bar plot and I can't see it.

    Cheers
    Last edited by ct; 06-15-2021, 04:37 AM.

    #2
    Hi ct, thanks for your post.

    That is correct, the plot must be added first if you want it to display on top of the plots added subsequently. Call the Average Addplot before the Primary.

    Best regards,
    -ChrisL

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    599 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    344 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    558 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    557 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X