| Property | Defined by | ||
|---|---|---|---|
| wedgeAlpha : Number | RingWedge | ||
| wedgeName : String
Specifies the name of the series in the dataProvider.
| RingWedge | ||
| Constant | Defined by | ||
|---|---|---|---|
| COLLAPSED : String = "COLLAPSED" [static]
| RingWedge | ||
| EXPLODED : String = "EXPLODED" [static]
| RingWedge | ||
| wedgeAlpha | property |
wedgeAlpha:Number [read-write]Implementation
public function get wedgeAlpha():Number
public function set wedgeAlpha(value:Number):void
| wedgeName | property |
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
| COLLAPSED | constant |
public static const COLLAPSED:String = "COLLAPSED"
| EXPLODED | constant |
public static const EXPLODED:String = "EXPLODED"