How to change Z-order series

Need help in implementing some specific function to your LightningChart Ultimate powered application? Post a question and get code snippets from other LightningChart Ultimate community members.

Moderator: Queue Moderators

Post Reply
saderty
Posts: 10
Joined: Tue Jul 02, 2013 8:36 pm

How to change Z-order series

Post by saderty » Wed Jul 03, 2013 3:53 pm

How to change Z-order series?

ArctionJari

Re: How to change Z-order series

Post by ArctionJari » Thu Jul 04, 2013 12:23 pm

If you want to change the order of series that have the same type you can use List class' (which each series list in LightningChart Ultimate are derived from) methods. For examle, use Remove and Insert to first remove the series from the list and then insert it to another location. See http://msdn.microsoft.com/en-us/library ... .100).aspx for more details.

Some of the series types (for example polygon and stock series) have Behind property which can be used for changing the rendering order if you use them simultaneously.
saderty wrote:How to change Z-order series?

Post Reply