Flex will not allow me to add a UIComponent to my PlotChart, it says that I may not add "visual children" because it is not a container. If I just add the UIComponent to the application, how will I be able to determine where the chart is so that I can draw on top of it?
Doug --- In [email protected], Sreenivas R <[EMAIL PROTECTED]> wrote: > > Yes it is possible to draw shapes on top of a chart. You can create a > generic UIComponent and add as a child to the application or chart. Then you > can draw using the normal beginFill/drawRect/endFill rounties. > > -Sreenivas > > > On 1/3/06, Doug Wagner <[EMAIL PROTECTED]> wrote: > > > > Is it possible to draw shapes on top of a chart in Flex? > > > > What I want to do is change the shading of the chart background for a > > portion of the chart to highlight a selected range. I'd also like to > > be able to draw a rectangle on top of the chart to accomplish a > > similar thing. > > > > Does anyone know of a way to do either of these? > > > > Thanks, > > Doug > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders% 40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

