Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.charts.series.items 

AreaSeriesItem  - AS3 Flex

Paquetemx.charts.series.items
Clasepublic class AreaSeriesItem
HerenciaAreaSeriesItem Inheritance ChartItem Inheritance EventDispatcher Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Represents the information required to render an item as part of an AreaSeries. The AreaSeries class passes these items to its itemRenderer when rendering.

Más ejemplos



Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 InheritedcurrentState : String
Defines the appearance of the ChartItem.
ChartItem
 Inheritedelement : IChartElement
The series or element that owns the ChartItem.
ChartItem
  fill : IFill
Holds the fill color of the item.
AreaSeriesItem
 Inheritedindex : int
The index of the data from the series' data provider that the ChartItem represents.
ChartItem
 Inheriteditem : Object
The item from the series' data provider that the ChartItem represents.
ChartItem
 InheriteditemRenderer : IFlexDisplayObject
The instance of the chart's itemRenderer that represents this ChartItem.
ChartItem
  min : Number
The minimum value of this item converted into screen coordinates.
AreaSeriesItem
  minFilter : Number
The minimum value of this item, filtered against the vertical axis of the containing chart.
AreaSeriesItem
  minNumber : Number
The minimum value of this item, converted to a number by the vertical axis of the containing chart.
AreaSeriesItem
  minValue : Object
The minimum value of this item.
AreaSeriesItem
  x : Number
The x value of this item converted into screen coordinates.
AreaSeriesItem
  xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart.
AreaSeriesItem
  xNumber : Number
The x value of this item, converted to a numeric representation by the horizontal axis of the containing chart.
AreaSeriesItem
  xValue : Object
The x value of this item.
AreaSeriesItem
  y : Number
The y value of this item converted into screen coordinates.
AreaSeriesItem
  yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart.
AreaSeriesItem
  yNumber : Number
The y value of this item, converted to a numeric representation by the vertical axis of the containing chart.
AreaSeriesItem
  yValue : Object
The y value of this item.
AreaSeriesItem
Métodos públicos
 MétodoDefinido por
  
AreaSeriesItem(element:AreaSeries = null, item:Object = null, index:uint = 0)
Constructor.
AreaSeriesItem
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
EventDispatcher
 Inherited
Returns a copy of this ChartItem.
ChartItem
 Inherited
Distribuye un evento en el flujo del evento.
EventDispatcher
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
EventDispatcher
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
EventDispatcher
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
EventDispatcher
Eventos
 Evento Resumen Definido por
 Inherited[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos.EventDispatcher
 Inherited[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos.EventDispatcher
Información sobre propiedades

fill

propiedad
public var fill:IFill

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Holds the fill color of the item.

min

propiedad 
public var min:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The minimum value of this item converted into screen coordinates. The value of this field is undefined if the AreaSeries is not stacked and its minField property is not set.

minFilter

propiedad 
public var minFilter:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The minimum value of this item, filtered against the vertical axis of the containing chart. This value is set to NaN if the value lies outside the axis's range. The value of this field is undefined if the AreaSeries is not stacked and its minField property is not set.

minNumber

propiedad 
public var minNumber:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The minimum value of this item, converted to a number by the vertical axis of the containing chart. The value of this field is undefined if the AreaSeries is not stacked and its minField property is not set.

minValue

propiedad 
public var minValue:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The minimum value of this item. The value of this field is undefined if the AreaSeries is not stacked and its minField property is not set.

x

propiedad 
public var x:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The x value of this item converted into screen coordinates.

xFilter

propiedad 
public var xFilter:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The x value of this item, filtered against the horizontal axis of the containing chart. This value is set to NaN if the value lies outside the axis's range.

xNumber

propiedad 
public var xNumber:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The x value of this item, converted to a numeric representation by the horizontal axis of the containing chart.

xValue

propiedad 
public var xValue:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The x value of this item.

y

propiedad 
public var y:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The y value of this item converted into screen coordinates.

yFilter

propiedad 
public var yFilter:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The y value of this item, filtered against the vertical axis of the containing chart. This value is set to NaN if the value lies outside the axis's range.

yNumber

propiedad 
public var yNumber:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The y value of this item, converted to a numeric representation by the vertical axis of the containing chart.

yValue

propiedad 
public var yValue:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The y value of this item.

Información sobre constructores

AreaSeriesItem

()Información sobre
public function AreaSeriesItem(element:AreaSeries = null, item:Object = null, index:uint = 0)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Constructor.

Parámetros
element:AreaSeries (default = null) — The owning series.
 
item:Object (default = null) — The item from the dataProvider this ChartItem represents.
 
index:uint (default = 0) — The index of the item from the series's dataProvider.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.