I'm building a 3D column chart and am finding that I need to draw the
columns in a specific order other than the default, which appears to
be by series.

Things go just fine until the z-order depth is greater than the
distance between the series. Once that occurs, the potential exists
for things to go south. 

Images of the problem are here:
http://picasaweb.google.com/eddieberman/Flex/photo#5225608935449236386
and the preferred result here:
http://picasaweb.google.com/eddieberman/Flex/photo#5225608932592265602


My question is - Is there a way to define, or otherwise take over the
drawing order of the ColumnSeriesItems? I want to draw the columns in
the order they appear from left to right, but Flex seems to want to
draw by order of series - first Series1, then Series2, then Series3, etc.

In looking through the Adobe source code, I haven't found a way around
this - yet. 


Thanks in advance for anyone who might have clues to share.





Reply via email to