Thanks for everybody's help. I will pursue the possibility that there
is _accessible_ info in the chart object that the line series can use
to learn about the column series. In the meantime client says just
draw a line segment with the percentage value displayed, so I say no
problem thinking that I can just place a displayed label on each line
series segment .... except that there are no labels for a line series
... surprised the heck out of me ... so how do I insert text into a
graphical environment?
override protected function updateDisplayList(unscaledWidth:Number,
unscaledHeight:Number):void
{....
g.drawRect(item.x, item.y,(50,5);
Do I add some kind of child text object here? TIA,
Mic ( I need a drink)