Re: [flexcoders] chart axis renderers inside data area

2009-04-20 Thread Tom Chiverton
On Sunday 19 Apr 2009, thomas parquier wrote: > Has anyone any suggestion about how to get axis rendered inside data area, > as an overlay ? with someway no "outside" gutters... DataDrawingCannas from http://www.quietlyscheming.com/blog/charts/easy-custom-charts/ would do the job, maybe. -- H

Re: [flexcoders] chart axis renderers inside data area

2009-04-21 Thread thomas parquier
There may be an "easy" way to get plain current axis but rendered inside the series area, ie not having to use drawing api for axis with labels and avoiding rewrite those getminmax, getlabels (with droplabels, etc) methods. thomas 2009/4/20 Tom Chiverton > > > > > On Sunday 19 Apr 2009, thomas

RE: [flexcoders] chart axis renderers inside data area

2009-04-21 Thread Maciek Sakrejda
I wonder if putting the AxisRenderer in the chart's annotationElements array would work... -Original Message- From: flexcoders@yahoogroups.com on behalf of thomas parquier Sent: Tue 4/21/2009 11:17 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] chart axis renderers i

Re: [flexcoders] chart axis renderers inside data area

2009-04-21 Thread Sam Lai
k Sakrejda : > > > I wonder if putting the AxisRenderer in the chart's annotationElements array > would work... > > > -Original Message- > From: flexcoders@yahoogroups.com on behalf of thomas parquier > Sent: Tue 4/21/2009 11:17 AM > To: flexcoders@yahoogrou

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread thomas parquier
half of thomas parquier > > Sent: Tue 4/21/2009 11:17 AM > > To: flexcoders@yahoogroups.com > > Subject: Re: [flexcoders] chart axis renderers inside data area > > > > There may be an "easy" way to get plain current axis but rendered inside > the >

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread Sam Lai
gt; > >> > >> > -Original Message----- >> > From: flexcoders@yahoogroups.com on behalf of thomas parquier >> > Sent: Tue 4/21/2009 11:17 AM >> > To: flexcoders@yahoogroups.com >> > Subject: Re: [flexcoders] chart axis renderers inside data ar

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread thomas parquier
pixels of space > >> being allocated to it. > >> > >> 2009/4/22 Maciek Sakrejda > >: > >> > >> > > >> > > >> > I wonder if putting the AxisRenderer in the chart's annotationElements > >> > array > >>