Using xfield and yfirld attributes in Lineseries You can set the datafield 
values to Lineseries.

 
i preassume that the word 'Test' you are using here is one field in 
Arraycollection.

<mx:LineSeries
     
    xField="Test"
    yField="Some_other_field_value"

if it is not what you are intended,can you provide more details about your 
problem in other words,
without 
super.data = value;

and all.

Because your problem may some other easy solution.



Gnanz,,,/




flexkwt wrote:
> some could help?
> I am not sure whether this is the correct approach.
>
> Thanks
>
> On Sep 25, 10:31 am, flexkwt <[EMAIL PROTECTED]> wrote:
>   
>> Hello,
>>
>> Is it possible to assign a value to a <mx:LineSeries like we do for
>> <mx:DataGridColumn dataField="Test"
>>
>> The idea is when I override override public function set data, I want
>> to get a value from <mx:LineSeries so that I could use that
>> in the override function
>> super.data = value;
>> Alert.show(data. Test);
>>
>> How can I achieve this?
>>
>> Thanks
>>     
> >
>   


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