Packagefr.kapit.ringchart.ui
Classpublic class RingWedge
InheritanceRingWedge Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
  wedgeAlpha : Number
RingWedge
  wedgeName : String
Specifies the name of the series in the dataProvider.
RingWedge
Public Constants
 ConstantDefined by
  COLLAPSED : String = "COLLAPSED"
[static]
RingWedge
  EXPLODED : String = "EXPLODED"
[static]
RingWedge
Property detail
wedgeAlphaproperty
wedgeAlpha:Number  [read-write]Implementation
    public function get wedgeAlpha():Number
    public function set wedgeAlpha(value:Number):void
wedgeNameproperty 
wedgeName:String  [read-write]

Specifies the name of the series in the dataProvider. It is the field used to identify the wedges in the dataProvider.

Implementation
    public function get wedgeName():String
    public function set wedgeName(value:String):void
Constant detail
COLLAPSEDconstant
public static const COLLAPSED:String = "COLLAPSED"
EXPLODEDconstant 
public static const EXPLODED:String = "EXPLODED"