LineChart.numberPrefix

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

lineChartInstance.numberPrefix

Description

Property; a string which is prepended to all labels on the linechart.

Example

This example sets the linechart instance linechart to have a numberPrefix of $:

linechart.numberPrefix = "$";