This is a migrated thread and some comments may be shown as answers.

MarkedZone and CustomLine display levels

1 Answer 30 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Nicholas
Top achievements
Rank 2
Nicholas asked on 19 Aug 2013, 04:56 PM
I add MarkedZones and then CustomLines but some of the MarkedZones appear over some CustomLines.  I can't find a way to enforce the level these items display. Does anyone know a way to do this?

1 Answer, 1 is accepted

Sort by
0
Nicholas
Top achievements
Rank 2
answered on 19 Aug 2013, 05:59 PM
I managed to figure out how to get the order of appearance correctly.  I used a foreach loop to add my MarkedZones and my CustomLines and even though the Add of CustomLines followed the add of the MarkedZones, the order for apearance was inconsistent.  Once I changed to use two seperate foreach loops, one for Marked Zones followed by one for CustomLines, the order for apearance became consistent!

Regards
Tags
Chart
Asked by
Nicholas
Top achievements
Rank 2
Answers by
Nicholas
Top achievements
Rank 2
Share this question
or