do not use the quotes around the function name; series1.labelFunction = displayLabel;
- venkat http://www.venkatj.com --- In [email protected], "Adrian Gillette" <[EMAIL PROTECTED]> wrote: > > I'm looking for a way to use as3 code to set the labelFunction in a > PieSeries instance. I've tried "series1.labelFunction(displayLabel)" > and series1.labelFunction = "displayLabel". But no luck. Any > recommendations? > > Adrian >

