I am trying to create legend in a customized manner(Hbox,Vbox containing image to indicate marker shape of line series chart) , since am creating customised legend am unable to include the shape of the marker of Line series in the legend set.The following is my code sample:
var img:Image = new Image();
img.source= new ClassFactory( mx.charts.renderers.CircleItemRenderer);
its not at all displaying an image. Is it good to use image or iflexdisplayobject