LineChart.removeLines()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

lineChartInstance.removeLines()

Parameters

None.

Returns

Nothing.

Description

Method; removes all lines from a line chart, and redraws the chart.

Example

The following example removes all lines from linechart instance linechart:

linechart.removeLines();