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 

HLOCSeriesItem  - AS3 Flex

Paquetemx.charts.series.items
Clasepublic class HLOCSeriesItem
HerenciaHLOCSeriesItem 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 a HLOCSeries. The HLOCSeries class passes these items to its itemRenderer when rendering.

Más ejemplos



Propiedades públicas
 PropiedadDefinido por
  close : Number
The close value of this item converted into screen coordinates.
HLOCSeriesItem
  closeFilter : Number
The close value of this item, filtered against the vertical axis of the containing chart.
HLOCSeriesItem
  closeNumber : Number
The close value of this item, converted to a number by the vertical axis of the containing chart.
HLOCSeriesItem
  closeValue : Object
The close value of this item.
HLOCSeriesItem
 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 fill color of the item.
HLOCSeriesItem
  high : Number
The high value of this item converted into screen coordinates.
HLOCSeriesItem
  highFilter : Number
The high value of this item, filtered against the vertical axis of the containing chart.
HLOCSeriesItem
  highNumber : Number
The high value of this item, converted to a number by the vertical axis of the containing chart.
HLOCSeriesItem
  highValue : Object
The high value of this item.
HLOCSeriesItem
 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
  low : Number
The low value of this item converted into screen coordinates.
HLOCSeriesItem
  lowFilter : Number
The low value of this item, filtered against the vertical axis of the containing chart.
HLOCSeriesItem
  lowNumber : Number
The low value of this item, converted to a number by the vertical axis of the containing chart.
HLOCSeriesItem
  lowValue : Object
The low value of this item.
HLOCSeriesItem
  open : Number
The open value of this item converted into screen coordinates.
HLOCSeriesItem
  openFilter : Number
The open value of this item, filtered against the vertical axis of the containing chart.
HLOCSeriesItem
  openNumber : Number
The open value of this item, converted to a number by the vertical axis of the containing chart.
HLOCSeriesItem
  openValue : Object
The open value of this item.
HLOCSeriesItem
  x : Number
The x value of this item converted into screen coordinates.
HLOCSeriesItem
  xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart.
HLOCSeriesItem
  xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart.
HLOCSeriesItem
  xValue : Object
The x value of this item.
HLOCSeriesItem
Métodos públicos
 MétodoDefinido por
  
HLOCSeriesItem(element:HLOCSeriesBase = null, data:Object = null, index:uint = 0)
Constructor.
HLOCSeriesItem
 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

close

propiedad
public var close: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 close value of this item converted into screen coordinates.

closeFilter

propiedad 
public var closeFilter: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 close value of this item, filtered against the vertical axis of the containing chart. This value is NaN if the value lies outside the axis's range.

closeNumber

propiedad 
public var closeNumber: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 close value of this item, converted to a number by the vertical axis of the containing chart.

closeValue

propiedad 
public var closeValue: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 close value of this item.

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 fill color of the item.

high

propiedad 
public var high: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 high value of this item converted into screen coordinates.

highFilter

propiedad 
public var highFilter: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 high value of this item, filtered against the vertical axis of the containing chart. This value is NaN if the value lies outside the axis's range.

highNumber

propiedad 
public var highNumber: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 high value of this item, converted to a number by the vertical axis of the containing chart.

highValue

propiedad 
public var highValue: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 high value of this item.

low

propiedad 
public var low: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 low value of this item converted into screen coordinates.

lowFilter

propiedad 
public var lowFilter: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 low value of this item, filtered against the vertical axis of the containing chart. This value is NaN if the value lies outside the axis's range.

lowNumber

propiedad 
public var lowNumber: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 low value of this item, converted to a number by the vertical axis of the containing chart.

lowValue

propiedad 
public var lowValue: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 low value of this item.

open

propiedad 
public var open: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 open value of this item converted into screen coordinates.

openFilter

propiedad 
public var openFilter: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 open value of this item, filtered against the vertical axis of the containing chart. This value is NaN if the value lies outside the axis's range.

openNumber

propiedad 
public var openNumber: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 open value of this item, converted to a number by the vertical axis of the containing chart.

openValue

propiedad 
public var openValue: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 open value of this item.

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 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 number 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.

Información sobre constructores

HLOCSeriesItem

()Información sobre
public function HLOCSeriesItem(element:HLOCSeriesBase = null, data: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:HLOCSeriesBase (default = null) — The owning series.
 
data:Object (default = null) — The item from the dataProvider that 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.