Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Scale Justification

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

    Scale Justification

    I have 2 plots going on the same panel. I would like the first plot Justified right and the 2nd Plot Justified Left.

    Is this possible? All I have been able to do is get both right or both left

    Next question is one of Z-order. I want the 2nd Plot to be in front of the first.

    Here's a snippet for an example - comments out are what i've tried but no cigar.

    Code:
    protected override void Initialize()
            {
                Add(new Plot(Color.FromKnownColor(KnownColor.Orange), PlotStyle.Bar, "Plot0"));
                // ScaleJustification = ScaleJustification.Right;
                
                Add(new Plot(Color.FromKnownColor(KnownColor.Tan), PlotStyle.Bar, "Plot1"));
                // ScaleJustification = ScaleJustification.Left;
                
               // Overlay                = false;
        }
    Thanks

    #2
    Hi Steve, that would be unfortunately not possible, the indicator will run on one scale only, so you would need to split up for example to two separate indicators then. The same would apply to ZOrdering.

    Comment


      #3
      yeah i finally hit upon a few older threads that were asking the same thing.

      I guess ya gotta do what ya gotta do but boy that is a horribly inefficient way to 'fix' it.

      Comment


        #4
        Thanks for the reply, can understand your thoughts. We have more flexibility in this area on our suggestion lists for consideration for the next major update of the platform, I'll add your votes to those items in.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        559 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 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
        546 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X