[flexcoders] Re: Can not add a Loader object to a container

2007-10-19 Thread anewgene
/07, anewgene [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I am trying to add external swf into my app. Based on the doc at: http://livedocs.adobe.com/labs/flex3/html/help.html? http://livedocs.adobe.com/labs/flex3/html/help.html? content=Working_with_MovieClips_8.html I

[flexcoders] Can not add a Loader object to a container

2007-10-19 Thread anewgene
Hi, I am trying to add external swf into my app. Based on the doc at: http://livedocs.adobe.com/labs/flex3/html/help.html? content=Working_with_MovieClips_8.html I created this minimal test code (as below). But I can not make it work (Type Coercion error). The code and the error are pasted

[flexcoders] access dataTransform for secondHorizontalAxis

2007-09-28 Thread anewgene
Hi, group, I have made a chart with two Horizontal Axes. And I also have a customized annotation element (extends from ChartElement). In this element, I use dataTransform object to convert between axis values and screen positions. However, I found that dataTransform is always relevant to

[flexcoders] Re: How to increase the font size of CategoryAxis labels

2007-09-13 Thread anewgene
, Matt Horn [EMAIL PROTECTED] wrote: I think the axisrenderer supports the fontSize property. Have you tried that? -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anewgene Sent: Wednesday, September 12, 2007 8:07 PM

[flexcoders] How to increase the font size of CategoryAxis labels

2007-09-12 Thread anewgene
Hi, Group, I have made a BarChart to display data with many categories (~90). I have the verticalAxis as a CategoryAxis. The label for each category is too small to be readable with the default. How can I force increasing the font size for these labels? I notice that there is still some

[flexcoders] Re: How to disable the default drop shadow for a chartseries?

2007-04-04 Thread anewgene
Of anewgene Sent: Monday, April 02, 2007 2:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to disable the default drop shadow for a chartseries? Thanks for the reply. But what is the appropriate style to set for a series. From the reference, I known I can set for fill

[flexcoders] Re: How to disable the default drop shadow for a chartseries?

2007-04-02 Thread anewgene
, anewgene wrote: want to disable the drop shadow for the better appearance. However, Have you tried setting the apropiate style ? -- Tom Chiverton Helping to greatly evolve guinine communities on: http://thefalken.livejournal.com

[flexcoders] How to disable the default drop shadow for a chartseries?

2007-03-30 Thread anewgene
Hi, group, In some cases(e.g., to display a lot of small data points), I want to disable the drop shadow for the better appearance. However, in the following test code, there is no effect at all even I set all filters to empty arrays. Can anybody explain why? Thanks in advance. lei

[flexcoders] Entire bar disappears when zooming a BarChart

2007-03-20 Thread anewgene
Hi, group, When I was playing with BarChart, I noticed that the entire bar will disappear when its height exceeds the range of the corresponding axis (e.g, do a zooming). Is it a designed behavior? Can I keep a bar shown on the plot even when part of it exceeds the range? I attached below

[flexcoders] How to hide both Axes of a chart?

2007-02-16 Thread anewgene
Hi, group, In my use case, I need to hide both axes of a chart? Is there a easy way to do that? I think it should be very simple, but I didn't find any luck from flex online docs. Thanks, Lei (a newcomer)

[flexcoders] Re: How to hide both Axes of a chart?

2007-02-16 Thread anewgene
mx:verticalAxisRenderer mx:AxisRenderer showLabels=false showLine=false tickPlacement=none / /mx:verticalAxisRenderer Hope that works, Graham --- In flexcoders@yahoogroups.com, anewgene anewgene@ wrote: Hi, group, In my use case, I need to hide both axes of a chart