패키지 | mx.charts.chartClasses |
클래스 | public final class ChartState |
상속 | ChartState Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
HIDING_DATA : uint = 2 [정적]
The chart is currently running transitions to hide the old chart data. | ChartState | ||
NONE : uint = 0 [정적]
No state. | ChartState | ||
PREPARING_TO_HIDE_DATA : uint = 1 [정적]
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 [정적]
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 [정적]
The chart is currently running transitions to show the new chart data. | ChartState |
상수 세부 정보
HIDING_DATA | 상수 |
public static const HIDING_DATA:uint = 2
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The chart is currently running transitions to hide the old chart data.
NONE | 상수 |
public static const NONE:uint = 0
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
No state. The chart is simply showing its data.
PREPARING_TO_HIDE_DATA | 상수 |
public static const PREPARING_TO_HIDE_DATA:uint = 1
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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 | 상수 |
public static const PREPARING_TO_SHOW_DATA:uint = 3
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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 | 상수 |
public static const SHOWING_DATA:uint = 4
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The chart is currently running transitions to show the new chart data.
Tue Jun 12 2018, 03:17 PM Z