Someone could please help

Regards

On Sep 25, 4:18 pm, flexkwt <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I cannot set the Test value in xfield because xfield contains other
> information to be displayed.
> What in the Test variable contains is the value which I require to
> check what kind of chartRenderer I need to display whether
> TriangleItemRenderer or  CircleItemRenderer
>
> In <mx:DataGridColumn we could set dataField="Test" and
> in the
> override public function set data
> I could  get the Test value as
> Alert.show(value.Test);
>
> So I am looking for something very similar approach to check the value
> in Test.
>
> Thanks and regards
>
> On Sep 25, 4:11 pm, GnanaPrakasam T <[EMAIL PROTECTED]> wrote:
>
> > 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