If I understand correctly, you want to:
1) turn off all ticks
(http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_04.html)


2) move the horizontal AxisRenderer. Ex:
myHorizAxisRenderer.move(myHorizAxisRenderer.x, yourNewYPos);


Keep in mind that you can set the placement for the horizontal
AxisRenderer to initially be at the top of your chart. Then just move
it down as needed to overlap the top of the chart.

-Eddie
www.edberman.com

--- In flexcoders@yahoogroups.com, "Chad Callahan" <chad.calla...@...>
wrote:
>
> And this is what I have so far
> http://screencast.com/t/UlS2yx1y
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> Behalf Of Chad Callahan
> Sent: Wednesday, February 11, 2009 1:51 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Chart Axis Location
> 
> 
> 
> I'm not using titles for the chart, so those don't matter.  Let's say
> that I have the LineChart in a Canvas and i want the chart to fill 100%
> of that canvas so that I don't see anything on any sides of the chart
> (no buffer for axis labels and such).  So yes, I want the tick marks and
> labels to be over top of the chart (overlay).
>  
> Ultimately, I'm trying to build this:
> http://screencast.com/t/3vz1MULH <http://screencast.com/t/3vz1MULH> 
>  
> Thanks! 
>  
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> Behalf Of Richard Rodseth
> Sent: Wednesday, February 11, 2009 12:00 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Chart Axis Location
> 
> 
> 
> Do you mean that you want the title for the left vertical axis, for
> example, to be above the axis rather than sideways alongside it? Or do
> you mean that you want the horizontal axis, along with its tick marks
> and tick mark labels to be above the chart? The latter is easy, the
> former might be easiest down outside of the chart (i.e. by putting the
> chart on a canvas, with the vertical axis titles pinned to the left or
> right.
> 
> 
> On Wed, Feb 11, 2009 at 9:22 AM, Chad Callahan
> <chad.calla...@... <mailto:chad.calla...@...> > wrote:
> 
> 
>       
> 
>       Hello,
>        
>       I am using a LineChart that has labels for the horizontal axis,
> but no labels for the vertical axis.  I would like the labels to be
> displayed over top of the chart, rather than below or above of the
> chart.  Does anyone have any good ideas on how to accomplish this?  
>        
>       The point of this is to hide the extra space that is put around
> the chart to renderer the axis labels.  I want my chart to take up 100%
> of the space it is allotted and place the axis labels on top of the
> chart.
>        
>       Thank you,
>       Chad
>


Reply via email to