((Apenas para componentes do Flex Data Visualization))
Pacotemx.charts.chartClasses
Classepublic final class ChartState
HerançaChartState Inheritance Object

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.



Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  HIDING_DATA : uint = 2
[static] The chart is currently running transitions to hide the old chart data.
ChartState
  NONE : uint = 0
[static] No state.
ChartState
  PREPARING_TO_HIDE_DATA : uint = 1
[static] 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
[static] 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
[static] The chart is currently running transitions to show the new chart data.
ChartState
Detalhes da constante
HIDING_DATAConstante
public static const HIDING_DATA:uint = 2

The chart is currently running transitions to hide the old chart data.

NONEConstante 
public static const NONE:uint = 0

No state. The chart is simply showing its data.

PREPARING_TO_HIDE_DATAConstante 
public static const 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.

PREPARING_TO_SHOW_DATAConstante 
public static const 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

SHOWING_DATAConstante 
public static const SHOWING_DATA:uint = 4

The chart is currently running transitions to show the new chart data.