Paquete | mx.charts.series.items |
Clase | public class HLOCSeriesItem |
Herencia | HLOCSeriesItem ChartItem EventDispatcher 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 |
Más ejemplos
Propiedad | Definido 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 | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentState : String
Defines the appearance of the ChartItem. | ChartItem | ||
element : 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 | ||
index : int
The index of the data from the series' data provider
that the ChartItem represents. | ChartItem | ||
item : Object
The item from the series' data provider that the ChartItem represents. | ChartItem | ||
itemRenderer : 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étodo | Definido por | ||
---|---|---|---|
Constructor. | HLOCSeriesItem | ||
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 | ||
Returns a copy of this ChartItem. | ChartItem | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
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 |
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.
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ámetroselement: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.
|
Tue Jun 12 2018, 02:12 PM Z