when i tried this
<mx:Panel title="Column Chart">
<mx:ColumnChart id="myChart" height="100%" width="75%"
dataProvider="{expenses}" showDataTips="true" rotation="90" >
<mx:horizontalAxis >
<mx:CategoryAxis
dataProvider="{expenses}"
categoryField="Month"
/>
</mx:horizontalAxis>
<mx:series>
<mx:ColumnSeries
xField="Month"
yField="Profit"
displayName="Profit"
/>
<mx:ColumnSeries
xField="Month"
yField="Expenses"
displayName="Expenses"
/>
</mx:series>
</mx:ColumnChart>
<mx:Legend dataProvider="{myChart}"/>
</mx:Panel>
this cause the chart to displayed outside the panel.
On Jul 7, 9:48 am, Akhil Agrawal <[email protected]> wrote:
> Hi,
> I want to display the chart with axis rotation. y axis from top to
> bottom not bottom to top. How to do this.
>
> thanks
> akhil agrawal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---