Pacote | mx.charts.series.renderData |
Classe | public class PieSeriesRenderData |
Herança | PieSeriesRenderData RenderData Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
bounds : Rectangle
The bounds of all of the items a series displays on screen,
relative to the series's coordinate system. | RenderData | ||
cache : Array
The list of ChartItems representing the items
in the series's dataProvider. | RenderData | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
elementBounds : Array
An Array of rectangles describing the bounds of the series's
ChartItems, relative to the series's coordinate system. | RenderData | ||
filteredCache : Array
The list of ChartItems representing the items
in the series's dataProvider that remain after filtering. | RenderData | ||
itemSum : Number
The total sum of the values represented in the pie series. | PieSeriesRenderData | ||
labelData : Object
A structure of data associated with the layout of the labels rendered by the pie series. | PieSeriesRenderData | ||
labelScale : Number
The scale factor of the labels rendered by the pie series. | PieSeriesRenderData | ||
length : uint [somente leitura]
The number of items represented in this render data. | RenderData | ||
visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen. | RenderData |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
PieSeriesRenderData(cache:Array = null, filteredCache:Array = null, labelScale:Number = 1, labelData:Object = null)
Constructor. | PieSeriesRenderData | ||
Creates a copy of the render data. | RenderData | ||
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 | ||
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 |
Detalhes da propriedade
itemSum | propriedade |
public var itemSum: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 total sum of the values represented in the pie series.
labelData | propriedade |
public var labelData:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
A structure of data associated with the layout of the labels rendered by the pie series.
labelScale | propriedade |
public var labelScale: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 scale factor of the labels rendered by the pie series.
Detalhes do construtor
PieSeriesRenderData | () | Construtor |
public function PieSeriesRenderData(cache:Array = null, filteredCache:Array = null, labelScale:Number = 1, labelData:Object = null)
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âmetroscache:Array (default = null ) — The list of PieSeriesItem objects representing the items in the dataProvider.
| |
filteredCache:Array (default = null ) — The list of PieSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
labelScale:Number (default = 1 ) — The scale factor of the labels rendered by the PieSeries.
| |
labelData:Object (default = null ) — A structure of data associated with the layout of the labels rendered by the PieSeries.
|
Wed Jun 13 2018, 11:10 AM Z