Pacote | mx.charts.chartClasses |
Classe | public final class ChartState |
Herança | ChartState Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HIDING_DATA : uint = 2 [estático]
The chart is currently running transitions to hide the old chart data. | ChartState | ||
NONE : uint = 0 [estático]
No state. | ChartState | ||
PREPARING_TO_HIDE_DATA : uint = 1 [estático]
The display of data has changed in the chart,
and it is about to begin a transition to hide the current data. | ChartState | ||
PREPARING_TO_SHOW_DATA : uint = 3 [estático]
The chart has finished any transitions to hide the old data,
and is preparing to run transitions to display the new data
| ChartState | ||
SHOWING_DATA : uint = 4 [estático]
The chart is currently running transitions to show the new chart data. | ChartState |
Detalhes da constante
HIDING_DATA | Constante |
public static const HIDING_DATA:uint = 2
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The chart is currently running transitions to hide the old chart data.
NONE | Constante |
public static const NONE:uint = 0
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
No state. The chart is simply showing its data.
PREPARING_TO_HIDE_DATA | Constante |
public static const PREPARING_TO_HIDE_DATA:uint = 1
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
PREPARING_TO_SHOW_DATA | Constante |
public static const PREPARING_TO_SHOW_DATA:uint = 3
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
SHOWING_DATA | Constante |
public static const SHOWING_DATA:uint = 4
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The chart is currently running transitions to show the new chart data.
Wed Jun 13 2018, 11:10 AM Z