Would this happen fast enough that the chart would seem to be
responding to the mouse movement?

- Tom

--- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote:
>
>  
>  
> Hi Tom.  There's no interative modelling built in, but this should be
> pretty easy to do:
>  
> 1) listen for itemMouseDown events.
> 2) track the mouse position
> 3) convert the mouse position into data coordinates using the
> chart.localToData() function.
> 4) write the new data coordinates into your dataProvider
>  
>  
> Ely.
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Tom Fitzpatrick
> Sent: Monday, November 27, 2006 6:34 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Hands-on charts
> 
> 
> 
> Flex charts work beautifully responding to dynamic changes in data.
> 
> Using the current components, is there any way to use Flex charts to 
> change data?
> 
> As a conceptual model, I'm thinking of the way parametric equalizers 
> work in some audio programs, where it's possible to drag nodes on a line
> 
> graph vertically or horizontally to change the parametric data.
> 
> - Tom
>


Reply via email to