Paquete | mx.charts.series.items |
Clase | public class PieSeriesItem |
Herencia | PieSeriesItem ChartItem EventDispatcher 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 |
Más ejemplos
Propiedad | Definido por | ||
---|---|---|---|
angle : Number
The angle, in radians, that this wedge subtends. | PieSeriesItem | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Returns a copy of this ChartItem. | ChartItem | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
angle | propiedad |
public var angle: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 angle, in radians, that this wedge subtends.
fill | propiedad |
public var fill:IFill
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 fill value associated with this wedge of the PieChart control.
innerRadius | propiedad |
public var innerRadius: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 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 | propiedad |
public var labelAngle: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 angle of the label, in radians, for this wedge.
number | propiedad |
public var number: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 value this wedge represents converted into screen coordinates.
origin | propiedad |
public var origin:Point
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 origin, relative to the PieSeries's coordinate system, of this wedge.
outerRadius | propiedad |
public var outerRadius: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 distance of the outer edge of this wedge from its origin, measured in pixels.
percentValue | propiedad |
public var percentValue: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 percentage this value represents of the total pie.
startAngle | propiedad |
public var startAngle: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 start angle, in radians, of this wedge.
value | propiedad |
public var value: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 |
The value this wedge represents from the PieSeries' dataProvider.
PieSeriesItem | () | Información sobre |
public function PieSeriesItem(element:PieSeries = null, data:Object = null, index:uint = 0)
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á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.
|
Tue Jun 12 2018, 02:12 PM Z