Flash Player 7
Flash MX 2004.
lineChartInstance
.drawLegend(destination:MovieClip)
destination
A movieclip for the legend to be drawn
on
Nothing.
Method; draws the legend on the specified MovieClip.
The following example creates a movieclip, then draws the legend for linechart
instance linechart
on it:
createEmptyMovieClip("legend_mc", getNextHighestDepth());
linechart.drawLegend(legend_mc);