Hi Sinan,
You may:
(a) Reverse the order of adding the layers. If you are currently adding the line layer first, you may change your code to add the scatter layer first. In ChartDirector, by default, the layer that is first added stays on top.
or
(b) Use Layer.moveFront to move a layer to the front.
Hope this can help.
Regards
Peter Kwan |