Doh.  That’s the reply I was hoping to not hear.  Can I submit my feature request for v2 now?  It just seems to be a fairly obvious thing users would want to do.

 

 

/******************************************
* Jeff Beeman
******************************************/


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ely Greenfield
Sent: Tuesday, June 28, 2005 2:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Turning on / off display of chart series

 

 

 

Jeff -- I believe you'll have to remove the series from the array.

 

Ely.

 

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeff Beeman
Sent: Tuesday, June 28, 2005 4:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Turning on / off display of chart series
Importance: High

(I’ve had to be away from the list for a couple of weeks, so I apologize if this has been covered already)

 

Is there any way to, through ActionScript, enable and disable the visibility of a series in a chart?

 

<mx:series>

  <mx:Array>

    <mx:ColumnSeries yField="col_preqs" name="Requests" showDataEffect="effect_interpolate" />

    <mx:ColumnSeries yField="col_pbytes" name="Bytes" showDataEffect="effect_interpolate" />

  </mx:Array>

</mx:series>

 

For example, in the above code, I’d like to be able to turn off and on the visibility of the Requests and the Bytes columns.  There’s an example of something similar on Flex Authority, but it simply modifies the requested information from a service to not include information that isn’t requested. 

 

I’ve already got the information, and I just want to hide and unhide its display.

 

 

/*******************************************
* Jeff Beeman
* Digital Media & Instructional Technologies
* Arizona State University
*******************************************/

 



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




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





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




Reply via email to