Flash Player 7
Flash MX 2004.
lineChartInstance
.drawChart()
None.
Nothing.
Method; immediately draws the chart. It is recommended that you instead use
the invalidate()
method, which indirectly causes the chart to
be drawn. Note: This method can be CPU intensive if the chart has many lines.
The following example immediately redraws the linechart instance linechart
:
linechart.drawChart();