Hi,

I have one xml same:

<data>
 <row>
   <cell>d1</cell>
   <cell>2112</cell>
 </row>
 <row>
   <cell>d2</cell>
   <cell>333</cell>
 </row>
</data>

I use this for lieneGrapth, the data provider is {data.row}

but this i need define the x axis and y axis:

<mx:horizontalAxis>
<mx:CategoryAxis dataProvider="{data.row}" categoryField="cell[0]"/>
</mx:horizontalAxis>

and line serie

<mx:LineSeries yField="cell[1]" displayName="Profit"/>

but, when i use cell[x]  i dont get any result.

cell[x] its wrong, ok, but at DataGrid i used custom function for
label and its ok, but at chart i dont see any labelFunction or same.

Any idee?

TIA

P.S.: sorry for my bad english.



Reply via email to