The only way to do this would be to manually invert the values in your
chart. (i.e., 12 becomes -12, etc).  You could then use label functions
and datatip functions to flip them back in the labels and datatips.
 
Ely.
 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of arcencie1978
Sent: Sunday, January 28, 2007 6:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Any ways to put verticalAxis on the rightside only
for a barchart?



Hi guys...

I know there's a simple way to

put a vertical axis on the right side

as long as a columnchart is concerned...

But for a bar chart,

if you put a vertical axis on the right side,

with a verticalAxisRenderer, 

<mx:verticalAxisRenderer>
<mx:AxisRenderer id="myVerticalAxisRenderer" 
placement="right" />
</mx:verticalAxisRenderer>

I think that the chart series items should be starting

just from the opposite side, which is from right to left..

Yet this is not what Flex chart components are giving...

so any ideas to flip chart items horizontally?

Thanks in advance... 



 

Reply via email to