Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Represents the information required
to render a single wedge as part of a PieSeries.
The PieSeries class passes these items to its itemRenderer when rendering.
public var angle:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The angle, in radians, that this wedge subtends.
public var fill:IFill
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The fill value associated with this wedge of the PieChart control.
public var innerRadius:Number
Language Version : ActionScript 3.0
Runtime Versions : 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.
public var labelAngle:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The angle of the label, in radians, for this wedge.
public var number:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The value this wedge represents converted into screen coordinates.
public var origin:Point
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The origin, relative to the PieSeries's coordinate system, of this wedge.
public var outerRadius:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The distance of the outer edge of this wedge from its origin, measured in pixels.
public var percentValue:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The percentage this value represents of the total pie.
public var startAngle:Number
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The start angle, in radians, of this wedge.
public var value:Object
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The value this wedge represents from the PieSeries' dataProvider.
public function PieSeriesItem(element:PieSeries = null, data:Object = null, index:uint = 0)
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Constructor.
Parameters element :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.
The Apache Software Foundation Wed Nov 15 2017, 09:50 AM +01:00