Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
mx.charts.series.items 

HLOCSeriesItem  - AS3 Flex

Pacotemx.charts.series.items
Classepublic class HLOCSeriesItem
HerançaHLOCSeriesItem Inheritance ChartItem Inheritance EventDispatcher Inheritance Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: 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.

Mais exemplos



Propriedades públicas
 PropriedadeDefinido 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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
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 um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento.
EventDispatcher
 Inherited
Returns a copy of this ChartItem.
ChartItem
 Inherited
Envia um evento para o fluxo de eventos.
EventDispatcher
 Inherited
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento.
EventDispatcher
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
Object
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Remove um ouvinte do objeto EventDispatcher.
EventDispatcher
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
Retorna a representação de string do objeto especificado.
Object
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
 Inherited
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
Eventos
 Evento Resumo Definido por
 Inherited[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR ganha o foco do sistema operacional e está se tornando inativo.EventDispatcher
 Inherited[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR perde o foco do sistema operacional e está se tornando inativo.EventDispatcher
Detalhes da propriedade

close

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

closeFilter

propriedade 
public var closeFilter: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 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

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

closeValue

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

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

high

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

highFilter

propriedade 
public var highFilter: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 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

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

highValue

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

low

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

lowFilter

propriedade 
public var lowFilter: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 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

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

lowValue

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

open

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

openFilter

propriedade 
public var openFilter: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 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

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

openValue

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

Detalhes do construtor

HLOCSeriesItem

()Construtor
public function HLOCSeriesItem(element:HLOCSeriesBase = 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â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 que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.