Package | mx.charts.series.items |
Class | public class PieSeriesItem |
Inheritance | PieSeriesItem ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
angle : Number
The angle, in radians, that this wedge subtends.
| PieSeriesItem | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| 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 | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
startAngle : Number
The start angle, in radians, of this wedge.
| PieSeriesItem | ||
value : Object
The value this wedge represents from the PieSeries' dataProvider.
| PieSeriesItem |
Method | Defined By | ||
---|---|---|---|
Constructor.
| PieSeriesItem | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event.
| EventDispatcher | |
![]() |
Returns a copy of this ChartItem.
| ChartItem | |
![]() |
Dispatches an event into the event flow.
| EventDispatcher | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event.
| EventDispatcher | |
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Removes a listener from the EventDispatcher object.
| EventDispatcher | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type.
| EventDispatcher |
angle | property |
public var angle:Number
The angle, in radians, that this wedge subtends.
fill | property |
public var fill:IFill
The fill value associated with this wedge of the PieChart control.
innerRadius | property |
public var innerRadius:Number
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 | property |
public var labelAngle:Number
The angle of the label, in radians, for this wedge.
number | property |
public var number:Number
The value this wedge represents converted into screen coordinates
origin | property |
public var origin:Point
The origin, relative to the PieSeries's coordinate system, of this wedge.
outerRadius | property |
public var outerRadius:Number
The distance of the outer edge of this wedge from its origin, measured in pixels.
percentValue | property |
public var percentValue:Number
The percentage this value represents of the total pie.
startAngle | property |
public var startAngle:Number
The start angle, in radians, of this wedge.
value | property |
public var value:Object
The value this wedge represents from the PieSeries' dataProvider.
PieSeriesItem | () | Constructor |
public function PieSeriesItem(element:PieSeries = null, data:Object = null, index:uint = 0)
Constructor.
Parameterselement: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.
|