[flexcoders] Re: rotation of vertical axis title

2007-06-08 Thread Aaron Wright
Anyone figure this out yet? I saw an axisTitleStyleName style in axis renderer, but can you change rotation in the style? I agree with Jason, why is this title backwards in the first place? --- In flexcoders@yahoogroups.com, troy.kakulupia [EMAIL PROTECTED] wrote: Hi, I also met the same

[flexcoders] Re: Labels on inner side of axis for Charts

2007-06-01 Thread Aaron Wright
and such, but have had no success so far... Brendan On 5/31/07, Aaron Wright [EMAIL PROTECTED] wrote: You can simply specify a negative labelGap for the AxisRenderer to get the labels on the inside of the chart. It's not elegant, but... --- In flexcoders@yahoogroups.com

[flexcoders] Re: [SOLVED] itemRenderer null object error

2007-06-01 Thread Aaron Wright
Maybe I've a little naive but I like making nearly everything in actionscript 3, especially itemRenderers. Then, you can handle all the positioning and styles in the updateDisplayList function if you want. This generally follows the Adobe approach to it as well. I say start with looking over Adobe

[flexcoders] Re: Dynamic LineSeries based upon Array Collection?

2007-05-31 Thread Aaron Wright
You set the data provider of the series to nothing. myService.lastResult is not set to anything until the HTTPService has returned. I normally call send(), and then in a seperate function handle the complete event. Then the the lastResult will be set. I suppose you could data bind the data

[flexcoders] Re: Labels on inner side of axis for Charts

2007-05-31 Thread Aaron Wright
You can simply specify a negative labelGap for the AxisRenderer to get the labels on the inside of the chart. It's not elegant, but... --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: Hi, Before I go digging through the charting framework, I thought I'd see if

[flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Aaron Wright
That would be great. I have a chart that graphs many variables in realtime. I would love an effect or something that slid values on and off the chart. The slide left/right effect right now do the entire chart! When is that useful? If I added one value, slide one value on. If I removed one value,

[flexcoders] Re: How to assign chart series itemRenderer in AS3?

2007-05-11 Thread Aaron Wright
Or, if you were less charitable, you could claim it's just a mistake on our part, and itemRenderer should be a style everywhere J Oh please don't. I've been working with Flex 2 for only two months now, but I get so annoyed with styles. For example, I'm coding along in AS3 and I want to change

[flexcoders] How to assign chart series itemRenderer in AS3?

2007-05-10 Thread Aaron Wright
The sort of it is that I would like to set the itemRenderer of a LineSeries in AS3. The long of it is that I've tried numerous ways to do this, and I keep getting: Can't coerce mx.charts.renderers.LineRenderer to IFactory. (Not verbatim) Here's what I've tried: 1.)

[flexcoders] Re: How to assign chart series itemRenderer in AS3?

2007-05-10 Thread Aaron Wright
ClassFactory(LineRenderer)); Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Wright Sent: Thursday, May 10, 2007 10:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to assign chart series itemRenderer in AS3? The sort of it is that I

[flexcoders] Re: How to assign chart series itemRenderer in AS3?

2007-05-10 Thread Aaron Wright
on the line? lineRenderer renders the line itemRenderer renders the points the mxLineRenderer is a LineRenderer, so should be used with the lineRenderer style. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Wright Sent