RE: [flexcoders] Drawing on a chart?

2006-01-09 Thread Matt Horn
lf Of Sreenivas RSent: Monday, January 09, 2006 8:19 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Drawing on a chart? 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

Re: [flexcoders] Drawing on a chart?

2006-01-09 Thread Sreenivas R
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

[flexcoders] Drawing on a chart?

2006-01-03 Thread Doug Wagner
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 o