RE: [flexcoders] Re: how to show/hide a line in a chart

2006-09-05 Thread Ely Greenfield
      Ah, yeah, actually I know why it's not working.  My head is pretty rusty on the Flex 1.5 code ;)     In Flex 1.5, series are _not_ visual objects. Instead, they manage visual objects. As such, they don't have a _visible property themselves.  I don't have the code in front of me, but

RE: [flexcoders] Re: how to show/hide a line in a chart

2006-08-31 Thread Ely Greenfield
    You can get at the nth lineSeries as:     myChart.series[i]._visible = true/false;   Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkaleSent: Thursday, August 31, 2006 12:28 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: how to show/hid

RE: [flexcoders] Re: how to show/hide a line in a chart

2006-08-30 Thread Ely Greenfield
    Flex 1.5 or Flex 2?   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkaleSent: Wednesday, August 30, 2006 12:28 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: how to show/hide a line in a chart anyone? please help!--- In [EMAIL PROT