Paquete | mx.charts.series.items |
Clase | public class ColumnSeriesItem |
Herencia | ColumnSeriesItem 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 | ||
---|---|---|---|
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 the fill color of the item. | ColumnSeriesItem | ||
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 | ||
min : Number
The minimum value of this item converted into screen coordinates. | ColumnSeriesItem | ||
minFilter : Number
The minimum value of this item, filtered against the vertical axis of the containing chart. | ColumnSeriesItem | ||
minNumber : Number
The minimum value of this item, converted to a number by the vertical axis of the containing chart. | ColumnSeriesItem | ||
minValue : Object
The miniumum value of this item. | ColumnSeriesItem | ||
x : Number
The x value of this item converted into screen coordinates. | ColumnSeriesItem | ||
xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | ColumnSeriesItem | ||
xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | ColumnSeriesItem | ||
xValue : Object
The x value of this item. | ColumnSeriesItem | ||
y : Number
The y value of this item converted into screen coordinates
| ColumnSeriesItem | ||
yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | ColumnSeriesItem | ||
yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart. | ColumnSeriesItem | ||
yValue : Object
The y value of this item. | ColumnSeriesItem |
Método | Definido por | ||
---|---|---|---|
Constructor. | ColumnSeriesItem | ||
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 |
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 ColumnSeries 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 NaN
if the value lies outside the axis' range.
The value of this field is undefined
if the ColumnSeries 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 ColumnSeries 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 miniumum value of this item.
The value of this field is undefined
if the ColumnSeries 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 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.
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 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 number 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.
ColumnSeriesItem | () | Información sobre |
public function ColumnSeriesItem(element:ColumnSeries = 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:ColumnSeries (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