Flash Player 7
Flash MX 2004.
lineChartInstance
.zeroBase
Property; a Boolean value indicating whether the chart begins at zero (true
)
or at the lowest number to be charted (false
).
This example sets the linechart instance linechart
to not start
at zero, but rather the lowest number to be charted:
linechart.zeroBase = false;