Im' not doing anything with fonts, just something like this:

var vAxis:LinearAxis = new LinearAxis();        
vAxis.baseAtZero = false;
vAxis.title = titleString;
var axr:AxisRenderer = new AxisRenderer();
axr.axis = vAxis;
renderers.addItem(axr); 
genericChart.verticalAxisRenderers = renderers.toArray();

And if I make generciChart a ColumnChart it works, and the other charts cause 
the heavy blurring.  The labels and other strings don't blur by the way, just 
the vertical titles.



--- In flexcoders@yahoogroups.com, "Battershall, Jeff" <jeff.battersh...@...> 
wrote:
>
> Are you embedidng the font for the Axis titles? And if so, is
> advancedAntiAliasing = true in your @font-face declaration?
> 
> Jeff
> 

Reply via email to