LineChart.drawChart()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

lineChartInstance.drawChart()

Parameters

None.

Returns

Nothing.

Description

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.

Example

The following example immediately redraws the linechart instance linechart:

linechart.drawChart();