Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.charts.series.renderData 

PieSeriesRenderData  - AS3 Flex

Paquetemx.charts.series.renderData
Clasepublic class PieSeriesRenderData
HerenciaPieSeriesRenderData Inheritance RenderData Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Represents all the information needed by the PieSeries to render.



Propiedades públicas
 PropiedadDefinido por
 Inheritedbounds : Rectangle
The bounds of all of the items a series displays on screen, relative to the series's coordinate system.
RenderData
 Inheritedcache : Array
The list of ChartItems representing the items in the series's dataProvider.
RenderData
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 InheritedelementBounds : Array
An Array of rectangles describing the bounds of the series's ChartItems, relative to the series's coordinate system.
RenderData
 InheritedfilteredCache : 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
 Inheritedlength : uint
[solo lectura] The number of items represented in this render data.
RenderData
 InheritedvisibleRegion : Rectangle
The rectangle describing the possible coordinate range that a series can display on screen.
RenderData
Métodos públicos
 MétodoDefinido por
  
PieSeriesRenderData(cache:Array = null, filteredCache:Array = null, labelScale:Number = 1, labelData:Object = null)
Constructor.
PieSeriesRenderData
 Inherited
Creates a copy of the render data.
RenderData
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Información sobre propiedades

itemSum

propiedad
public var itemSum:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The total sum of the values represented in the pie series.

labelData

propiedad 
public var labelData:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

A structure of data associated with the layout of the labels rendered by the pie series.

labelScale

propiedad 
public var labelScale:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The scale factor of the labels rendered by the pie series.

Información sobre constructores

PieSeriesRenderData

()Información sobre
public function PieSeriesRenderData(cache:Array = null, filteredCache:Array = null, labelScale:Number = 1, labelData:Object = null)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Constructor.

Parámetros
cache: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.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.