Goal: Turn off axis lines and labels in ColumnChart

Problem: Doesn't seem to work via AS3 (works fine in MXML)

I can turn off the axis label without problem using:
   myAxisRenderer.setStyle("showLabels", "false"); 

but I can't turn off the axis line when adding:
   myAxisRenderer.setStyle("showLine", "false");


What am I doing wrong, or is it a bug?

Thanks in advance,
-Eddie


Reply via email to