hi,
 I have to build a column chart, where all the properties like 
columnseries, categoryaxis & the y-axis  values all should come from 
a web service.
 I dont know where to provide the data provider property. 
 
 I tried some coding but it does not appear to work. let me provide 
with you the code snippet.
 please help me.

  for(var i=0;i < oRequest.AxisData.item[0].Set.item.length; i++)
                        {
                                tempValues.push
(oRequest.AxisData.item[0].Set.item[i].Caption.toString());
                                //Alert.show(oRequest.AxisData.item
[0].Set.item[i].Caption.toString());
                        }
                        colchartKPI.dataProvider = 
oRequest.AxisData.item[0].Set;
                        var series:CategoryAxis = new CategoryAxis();
                        series.dataProvider = tempValues;
                
        colchartKPI.horizontalAxis.CategoryAxis.dataProvider = 
tempValues;
                        colchartKPI.horizontalAxis.addItem(series);

with regards,
tony




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to