Hmmm. That shouldn't work either. It should be:
 
this.series = [aa];
 
Ely.
 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of olivier
Sent: Tuesday, September 19, 2006 1:20 AM
To: [email protected]
Subject: [flexcoders] Re: criticla problem charting component - coding axis

Hi all!

Thank you for your help !
I finally found the problem:

The series creation was "wrong" :

my way :
aa:AreaSet=new AreaSet();
aa.series=new Array();
//--inserting series
this.series=aa;

correct way:
aa:AreaSet=new AreaSet();
aa.series=[];
//--inserting series
this.series=aa;

Using this way, all my problems are resolved.

series=new Array()-> series=[];

Lack of documentation ?

Olivier

--- In [EMAIL PROTECTED]ups.com, "Ely Greenfield" <[EMAIL PROTECTED].>
wrote:
>
>
>
>
> Hi Olivier. it's hard to diagnose your problem, or even what
behavior
> you're seeing, without a more details description of what you're
trying
> to do, what you're doing, and what the actual behavior you're
seeing is.
> Sample code would help too.
>
> Flex 1, or Flex 2?
>
> Ely.
>
>
> ________________________________
>
> From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com] On
> Behalf Of olivier
> Sent: Wednesday, September 13, 2006 2:11 AM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] criticla problem charting component - coding
axis
>
>
>
> Hi,
>
> I've a critical problem when I want to code in actionscript a chart
> with a linearxis. Indeed, all propertie can be set but the
baseAtZero
> doesn' t work properly. It computes the maximum value but the
minimum
> value is always 0. I've tried with several different series without
any
> success.
>
> I found the same topics on others forums but nobody can bring an
answer
> to this problem.
>
> I'm blocked on this aspect.
>
> Is anybody has an example or guidelines (for example, this property
> must be set before one other etc..) to solve this problem ?
>
> Thank you in advance
>
> O.
>

__._,_.___

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





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to