Pacote | mx.charts.series.items |
Classe | public class BubbleSeriesItem |
Herança | BubbleSeriesItem 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. | BubbleSeriesItem | ||
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 | ||
x : Number
The x value of this item converted into screen coordinates. | BubbleSeriesItem | ||
xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | BubbleSeriesItem | ||
xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | BubbleSeriesItem | ||
xValue : Object
The x value of this item. | BubbleSeriesItem | ||
y : Number
The y value of this item converted into screen coordinates. | BubbleSeriesItem | ||
yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | BubbleSeriesItem | ||
yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart. | BubbleSeriesItem | ||
yValue : Object
The y value of this item. | BubbleSeriesItem | ||
z : Number
The z value of this item converted into a pixel-based radius. | BubbleSeriesItem | ||
zFilter : Number
The z value of this item, filtered against the radius axis of the containing chart. | BubbleSeriesItem | ||
zNumber : Number
The z value of this item, converted to a number by the radius axis of the containing chart. | BubbleSeriesItem | ||
zValue : Object
The z value of this item. | BubbleSeriesItem |
Método | Definido por | ||
---|---|---|---|
Constructor. | BubbleSeriesItem | ||
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.
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' 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.
z | propriedade |
public var z: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 z value of this item converted into a pixel-based radius.
zFilter | propriedade |
public var zFilter: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 z value of this item, filtered against the radius axis of the containing chart. This value is NaN
if the value lies outside the axis' range.
zNumber | propriedade |
public var zNumber: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 z value of this item, converted to a number by the radius axis of the containing chart.
zValue | propriedade |
public var zValue: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 z value of this item.
BubbleSeriesItem | () | Construtor |
public function BubbleSeriesItem(element:BubbleSeries = 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:BubbleSeries (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