Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Describes the current state of a chart.
Series implementations can examine the Chart.state value
to determine whether the chart is showing or hiding data,
and how to render in response.
public static const HIDING_DATA:uint = 2
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The chart is currently running transitions to hide the old chart data.
public static const NONE:uint = 0
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
No state. The chart is simply showing its data.
public static const PREPARING_TO_HIDE_DATA:uint = 1
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The display of data has changed in the chart,
and it is about to begin a transition to hide the current data.
public static const PREPARING_TO_SHOW_DATA:uint = 3
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The chart has finished any transitions to hide the old data,
and is preparing to run transitions to display the new data
public static const SHOWING_DATA:uint = 4
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The chart is currently running transitions to show the new chart data.
The Apache Software Foundation Wed Nov 15 2017, 09:50 AM +01:00