RE: [flexcoders] Additional charting types

2006-11-27 Thread Alex
, November 25, 2006 1:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Additional charting types Thanks Ely, I'll give it a try. I was also thinking of adapting AreaChart by specifying minField value and alpha=0 for mx:fill Thanks, Alex -Original Message- From: flexcoders

RE: [flexcoders] Additional charting types

2006-11-27 Thread Ely Greenfield
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Sent: Monday, November 27, 2006 4:38 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Additional charting types Thanks, Ely! Works perfectly. But do you know why it doesn't display a tool tip for the plot

RE: [flexcoders] Additional charting types

2006-11-25 Thread Alex
AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Additional charting types Hi Alex. You should be able to do that with a LineSeries, in a CartesianChart with a LinearAxis for both the horizontal and vertical axes.. Make sure you set sortOnXField to false on the lineSeries though

RE: [flexcoders] Additional charting types

2006-11-24 Thread Ely Greenfield
Hi Alex. You should be able to do that with a LineSeries, in a CartesianChart with a LinearAxis for both the horizontal and vertical axes.. Make sure you set sortOnXField to false on the lineSeries though, or else it will sort all of your points by horizontal value before drawing the