| 包 | mx.charts.series.items | 
| 类 | public class PieSeriesItem | 
| 继承 | PieSeriesItem    ChartItem   EventDispatcher   Object | 
| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| angle : Number 
      此楔形对角的角度(以弧度为单位)。  | PieSeriesItem | ||
![]()  | constructor : Object 
	 对类对象或给定对象实例的构造函数的引用。  | Object | |
![]()  | currentState : String 
      定义 ChartItem 的外观。  | ChartItem | |
![]()  | element : IChartElement 
      拥有 ChartItem 的系列或元素。  | ChartItem | |
| fill : IFill 
      与 PieChart 控件的楔形相关的填充值。  | PieSeriesItem | ||
![]()  | index : int 
      由 ChartItem 表示的来自系列的数据提供程序的数据的索引。  | ChartItem | |
| innerRadius : Number 
      此楔形内部边缘与原点之间的距离(以像素为单位)。  | PieSeriesItem | ||
![]()  | item : Object 
      由 ChartItem 表示的来自系列的数据提供程序的项目。  | ChartItem | |
![]()  | itemRenderer : IFlexDisplayObject 
      图表的 itemRenderer 实例,用于表示此 ChartItem。  | ChartItem | |
| labelAngle : Number 
      此楔形的标签角度(以弧度为单位)。  | PieSeriesItem | ||
| number : Number 
      转换为屏幕坐标后此楔形表示的值。  | PieSeriesItem | ||
| origin : Point 
      此楔形相对于 PieSeries 坐标系的原点。  | PieSeriesItem | ||
| outerRadius : Number 
      此楔形外部边缘与原点之间的距离(以像素为单位)。  | PieSeriesItem | ||
| percentValue : Number 
      整个饼图中此值表示的百分比。  | PieSeriesItem | ||
| startAngle : Number 
      此楔形的起始角度(以弧度为单位)。  | PieSeriesItem | ||
| value : Object 
      PieSeries 的 dataProvider 中此楔形表示的值。  | PieSeriesItem | ||
公共方法 
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
      构造函数。  | PieSeriesItem | ||
![]()  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void 
	使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。  | EventDispatcher | |
![]()  | 
      返回此 ChartItem 的副本。  | ChartItem | |
![]()  | 
	将事件调度到事件流中。  | EventDispatcher | |
![]()  | 
	检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。  | EventDispatcher | |
![]()  | 
	 表示对象是否已经定义了指定的属性。  | Object | |
![]()  | 
	 表示 Object 类的实例是否在指定为参数的对象的原型链中。  | Object | |
![]()  | 
	 表示指定的属性是否存在、是否可枚举。  | Object | |
![]()  | 
	从 EventDispatcher 对象中删除侦听器。  | EventDispatcher | |
![]()  | 
     设置循环操作动态属性的可用性。  | Object | |
![]()  | 
	 返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。  | Object | |
![]()  | 
	 返回指定对象的字符串表示形式。  | Object | |
![]()  | 
	 返回指定对象的原始值。  | Object | |
![]()  | 
	检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。  | EventDispatcher | |
属性详细信息
angle | 属性 | 
public var angle:Number| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
此楔形对角的角度(以弧度为单位)。
fill | 属性 | 
public var fill:IFill| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
与 PieChart 控件的楔形相关的填充值。
innerRadius | 属性 | 
public var innerRadius:Number| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
此楔形内部边缘与原点之间的距离(以像素为单位)。如果为 0,则此楔形中的某点应与原点重合。
labelAngle | 属性 | 
public var labelAngle:Number| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
此楔形的标签角度(以弧度为单位)。
number | 属性 | 
public var number:Number| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
转换为屏幕坐标后此楔形表示的值。
origin | 属性 | 
public var origin:Point| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
此楔形相对于 PieSeries 坐标系的原点。
outerRadius | 属性 | 
public var outerRadius:Number| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
此楔形外部边缘与原点之间的距离(以像素为单位)。
percentValue | 属性 | 
public var percentValue:Number| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
整个饼图中此值表示的百分比。
startAngle | 属性 | 
public var startAngle:Number| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
此楔形的起始角度(以弧度为单位)。
value | 属性 | 
public var value:Object| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
PieSeries 的 dataProvider 中此楔形表示的值。
构造函数详细信息
PieSeriesItem | () | 构造函数 | 
public function PieSeriesItem(element:PieSeries = null, data:Object = null, index:uint = 0)| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Flex 3 | 
| 运行时版本: | Flash Player 9, AIR 1.1 | 
构造函数。
参数element:PieSeries (default = null) — 拥有的系列。
     
       | |
data:Object (default = null) — 此 ChartItem 表示的 dataProvider 项目。
     
       | |
index:uint (default = 0) — 此系列的 dataProvider 中的项目索引。
      
       | 
Tue Jun 12 2018, 11:04 AM Z
 
 隐藏继承的公共属性
 显示继承的公共属性