| Pacote | mx.charts.series.items |
| Classe | public class PlotSeriesItem |
| Herança | PlotSeriesItem 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. | PlotSeriesItem | ||
![]() | 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 | |
| radius : Number
The radius of this item, in pixels. | PlotSeriesItem | ||
| x : Number
The x value of this item converted into screen coordinates. | PlotSeriesItem | ||
| xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | PlotSeriesItem | ||
| xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | PlotSeriesItem | ||
| xValue : Object
The x value of this item. | PlotSeriesItem | ||
| y : Number
The y value of this item converted into screen coordinates
| PlotSeriesItem | ||
| yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | PlotSeriesItem | ||
| yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart. | PlotSeriesItem | ||
| yValue : Object
The y value of this item. | PlotSeriesItem | ||
| Método | Definido por | ||
|---|---|---|---|
Constructor. | PlotSeriesItem | ||
![]() | 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.
radius | propriedade |
public var radius: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 radius of this item, in pixels.
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.
PlotSeriesItem | () | Construtor |
public function PlotSeriesItem(element:PlotSeries = 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:PlotSeries (default = null) — The owning series.
| |
data:Object (default = null) — The item from the dataProvider 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
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas