Pacote | mx.charts.series.items |
Classe | public class ColumnSeriesItem |
Herança | ColumnSeriesItem ChartItem EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Mais exemplos
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Returns a copy of this ChartItem. | ChartItem | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
fill | propriedade |
public var fill:IFill
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Holds the fill color of the item.
min | propriedade |
public var min:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var minFilter:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var minNumber:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var minValue:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var x:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The x value of this item converted into screen coordinates.
xFilter | propriedade |
public var xFilter:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var xNumber:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var xValue:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The x value of this item.
y | propriedade |
public var y:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The y value of this item converted into screen coordinates
yFilter | propriedade |
public var yFilter:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var yNumber:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | propriedade |
public var yValue:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The y value of this item.
ColumnSeriesItem | () | Construtor |
public function ColumnSeriesItem(element:ColumnSeries = null, data:Object = null, index:uint = 0)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z