Igor, it seems u misunderstood my question.
please read my first post again - i want to show/hide only ONE line
(LineSeries) not the whole chart.
your answer will hide the whole chart!
since LineSeries can NOT have IDs the solution is not that simple.

again:
i have one chart with 4 different lines in it.
i want to show/hide only ONE of them.
tnx.




--- In [email protected], "Igor Costa" <[EMAIL PROTECTED]> wrote:
>
> Hi there
> 
> Just put an id to each linechart you have than
> 
> at the <mx:Script>
> 
> you could also do that.
> 
> public function mouseEvent(event):Void{
> // add the event here
>  }
> LinecharId._visible = false;
> or
> lineCharId2._visible = true;
> 
> Just that
> 






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