I found the Flex 2.0 Charts Explorer. I think it requires Flash Player 8.5 Beta 1, so you may need to do some swapping - it won't work with Beta 2. If you can get it to load, there are really good samples along with source code.
http://weblogs.macromedia.com/flex_samples/charts_explorer/explorer.h tml Adobe: Any idea if/when the Charts Explorer will get updated for Beta 2? Doug --- In [email protected], <[EMAIL PROTECTED]> wrote: > > I already tried that but with the same result. The funny thing is, that the colors on the legend are the ones I specify in my code. > > I start to think that this may be a bug. > > Best regards. > > Torben Nielsen > > -----Original Message----- > > From: "Doug Lowder" <[EMAIL PROTECTED]> > Subj: [flexcoders] Re: Flex 2: Chart - Line color problem > Date: Fri 24. Mar 2006 18:04 > Size: 1K > To: [email protected] > > Try color="0xFF0000" instead of #FF0000. > > > --- In [email protected], "Torben Nielsen" <torben@> > wrote: > > > > > > > > Hi, > > > > > > > > I have made a linechart with 3 lineseries. Here is a lineseries > definition: > > > > > > > > > > > > <mx:LineSeries form="curve" id="lineEuribor3" displayName="Euribor > 3 mese > > lettera" yField="Euribor3" showDataEffect="fadeIn" > hideDataEffect="fadeOut"> > > > > <mx:stroke> > > > > <mx:Stroke color="#FF0000" > weight="3" > > alpha="0.8"/> > > > > </mx:stroke> > > > > </mx:LineSeries> > > > > > > > > My problem is as follows: > > > > > > > > The color in the legend is red, but the line in the chart is > orange. I have > > tried to take away the alpha setting, but that does not change > anything. > > > > > > > > Any ideas? > > > > > > > > Thanks. > > > > > > > > Best regards. > > > > > > > > Torben Nielsen > > > > > > > > > -- > 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 > -- 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/

