series ordering in 3D

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
davids
Newbie
Newbie
Posts: 13
Joined: Wed Dec 10, 2003 5:00 am
Location: Phoenix, AZ

series ordering in 3D

Post by davids » Tue Jun 29, 2004 6:33 pm

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?

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Jun 30, 2004 10:45 am

Hi David,

you set the Legend inverted property to true :

Chart1.Legend.Inverted := true;

Post Reply