[flexcoders] Re: Need IF Logic for Chart Data Provider

2008-02-04 Thread Abyss Knight
more readable code). > > > brad > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Abyss Knight > Sent: Monday, February 04, 2008 9:06 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Need IF Logic

RE: [flexcoders] Re: Need IF Logic for Chart Data Provider

2008-02-04 Thread Brad Bueche
the following error: > > Element Type "mx:LineChart" must be followed by either attribute > specifications, ">" or "/>". > > > brad > > brad > > > -----Original Message----- > From: [EMAIL PROTECTED] <mailto:flexcoders%40yaho

[flexcoders] Re: Need IF Logic for Chart Data Provider

2008-02-04 Thread Abyss Knight
lowing should work: > > dataProvider="{chartXML.lastResult.month.(@month_name=="01").day}" > > However, it doesnt as I get the following error: > > Element Type "mx:LineChart" must be followed by either attribute > specifications, ">" or

RE: [flexcoders] Re: Need IF Logic for Chart Data Provider

2008-02-02 Thread Brad Bueche
or: Element Type "mx:LineChart" must be followed by either attribute specifications, ">" or "/>". brad brad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abyss Knight Sent: Friday, February 01, 2008 3:11 PM To

RE: [flexcoders] Re: Need IF Logic for Chart Data Provider

2008-02-01 Thread Brad Bueche
om: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abyss Knight Sent: Friday, February 01, 2008 3:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Need IF Logic for Chart Data Provider One option would be to change the chart's viewable area, as in modify the star

[flexcoders] Re: Need IF Logic for Chart Data Provider

2008-02-01 Thread Abyss Knight
One option would be to change the chart's viewable area, as in modify the start of the axes to only show the data you want to show. This would obviously put a strain on the client if there was far too much data loaded into an ArrayCollection though. The other option is to query the XML using e4x a