Hi Folks, Is it possible to have icons/images in foreground of a line graph./any graph.... My requirement is to display a small sized icon in the graph at certain (x,y) co-ordinates...
I tried using AnnotationElements and added a cartesiancanvas... Then used both addDataChild() and addChild() to add an image inside the cartesiancanvas... and used cartCanvas.moveTo(x,y) in graph.... Child gets added inside the canvas but the image added is not getting displayed...looks very weird.... At the same time am able to use these drawing api's to drawCircle or rectangle in the graph.... I also tried using beginBitMapFill and given the.png and x and y co-ordinates to draw an image but no result.... If am able to draw something on the canvas, I should also able to add a child inside the canvas right....But the added child is not getting displayed in the line graph... Any help is appreciated..... Thanks, Veeru -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

