[flexcoders] Re: Axis titles on CartesianChart blurry, but not on ColumnChart

2009-04-29 Thread netdeep
Perhaps there is there some default anti-aliasing value turned on for CartesianCharts, but not for ColumnCharts? --- 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

[flexcoders] Re: Axis titles on CartesianChart blurry, but not on ColumnChart

2009-04-28 Thread netdeep
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 =