I’m trying to rotate the axis elements of a ColumnChart with the code below,
but it doesn’t work.

Does anyone knows where is the problem?

Thanks.

 

<mx:Style>

     @font-face{

        src: url("assets/MyriadWebPro.ttf");

        fontFamily: myMyriad;

     }

 

     ColumnChart {

        fontFamily: myMyriad;

        fontSize: 20;

     }

</mx:Style>

 

<mx:ColumnChart id="chtSku" showDataTips="true" top="27" left="1" right="0"
bottom="1" dataProvider="{dadosSku}">

                                         

<mx:horizontalAxis>

<mx:CategoryAxis categoryField="nome" />

</mx:horizontalAxis>

                                   

<mx:horizontalAxisRenderer>

<mx:AxisRenderer labelRotation="90" />

</mx:horizontalAxisRenderer>

                                           

<mx:series> 

<mx:ColumnSeries xField="nome" yField="valor" displayName="Média de SKUs x
Cliente" />

</mx:series>

                                           

</mx:ColumnChart>

                                        

 

 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to