LineChart.zeroBase

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

lineChartInstance.zeroBase

Description

Property; a Boolean value indicating whether the chart begins at zero (true) or at the lowest number to be charted (false).

Example

This example sets the linechart instance linechart to not start at zero, but rather the lowest number to be charted:

linechart.zeroBase = false;