RE: [flexcoders] Chart Data Tip Function

2006-06-28 Thread Deepa Subramaniam
  Hey There - Looks like in beta3 dataTipFunction took an Object as its parameter. That has since changed; now, dataTipFunction takes a HitData object that describes the data point.   -deepa   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] Chart Data Tip Function

2006-06-28 Thread Ely Greenfield
    Sorry, yes, in the final release chart datatip functions take a hitData structure as its only parameter.   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pasflexSent: Wednesday, June 28, 2006 11:58 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders]

RE: [flexcoders] Chart Data Tip Function

2006-06-28 Thread Matt Horn
That is correct, use HitData not ChartItemEvent for the data type of the argument passed to your dataTipFunction. Yes, the docs are wrong and this change should show up on LiveDocs soon.   matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of