| Pacote | mx.charts.series.items |
| Classe | public class PieSeriesItem |
| Herança | PieSeriesItem 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 | ||
|---|---|---|---|
| angle : Number
The angle, in radians, that this wedge subtends. | PieSeriesItem | ||
![]() | 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
The fill value associated with this wedge of the PieChart control. | PieSeriesItem | ||
![]() | index : int
The index of the data from the series' data provider
that the ChartItem represents. | ChartItem | |
| innerRadius : Number
The distance of the inner edge of this wedge from its origin, measured in pixels. | PieSeriesItem | ||
![]() | 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 | |
| labelAngle : Number
The angle of the label, in radians, for this wedge. | PieSeriesItem | ||
| number : Number
The value this wedge represents converted into screen coordinates. | PieSeriesItem | ||
| origin : Point
The origin, relative to the PieSeries's coordinate system, of this wedge. | PieSeriesItem | ||
| outerRadius : Number
The distance of the outer edge of this wedge from its origin, measured in pixels. | PieSeriesItem | ||
| percentValue : Number
The percentage this value represents of the total pie. | PieSeriesItem | ||
| startAngle : Number
The start angle, in radians, of this wedge. | PieSeriesItem | ||
| value : Object
The value this wedge represents from the PieSeries' dataProvider. | PieSeriesItem | ||
| Método | Definido por | ||
|---|---|---|---|
Constructor. | PieSeriesItem | ||
![]() | 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 | |
angle | propriedade |
public var angle: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 angle, in radians, that this wedge subtends.
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 |
The fill value associated with this wedge of the PieChart control.
innerRadius | propriedade |
public var innerRadius: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 distance of the inner edge of this wedge from its origin, measured in pixels. If 0, the wedge should come to a point at the origin.
labelAngle | propriedade |
public var labelAngle: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 angle of the label, in radians, for this wedge.
number | propriedade |
public var number: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 value this wedge represents converted into screen coordinates.
origin | propriedade |
public var origin:Point| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The origin, relative to the PieSeries's coordinate system, of this wedge.
outerRadius | propriedade |
public var outerRadius: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 distance of the outer edge of this wedge from its origin, measured in pixels.
percentValue | propriedade |
public var percentValue: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 percentage this value represents of the total pie.
startAngle | propriedade |
public var startAngle: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 start angle, in radians, of this wedge.
value | propriedade |
public var value: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 value this wedge represents from the PieSeries' dataProvider.
PieSeriesItem | () | Construtor |
public function PieSeriesItem(element:PieSeries = 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:PieSeries (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
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas