Page 1 of 1

series ordering in 3D

Posted: Tue Jun 29, 2004 6:33 pm
by 9335210
It's strange that the order of lines (in a LineSeries) are displayed back-to-front in order where the Legend shows them top-to-bottom (or left-to-right). That is, Series#1 is the back-most while the latest series is the front-most while the Legend shows Series#1 at the top/left and the latest one on the bottom/right. If you try changing their position/ordering, the Legend changes to maintain the same backwards relationship. (I have a Legend displayed at the bottom in this case, and it displays items horizontally.)

Is it possible to reverse the Z-ordering in a 3D chart display without affecting the Legend's order?

Posted: Wed Jun 30, 2004 10:45 am
by Pep
Hi David,

you set the Legend inverted property to true :

Chart1.Legend.Inverted := true;