Packagecom.flexicious.skins.charts
Classpublic class PieChartSkin
InheritancePieChartSkin Inheritance spark.skins.SparkSkin
Implements ITinyChartSkin, mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  chartArea : Group
PieChartSkin
  chartAreaRect : Rect
PieChartSkin
  fadeIn : Fade
PieChartSkin
  powerEasing : Power
PieChartSkin
Public Methods
 MethodDefined By
  
Constructor.
PieChartSkin
  
animate():void
PieChartSkin
  
PieChartSkin
  
This is the part of the chart that contains the background as well as the chart sprite.
PieChartSkin
  
This is the part of the chart that the series is drawn on.
PieChartSkin
  
The Host Component associated with this skin.
PieChartSkin
  
onCreationComplete(evt:Event):void
PieChartSkin
Property Detail
chartAreaproperty
public var chartArea:Group

This property can be used as the source for data binding.

chartAreaRectproperty 
public var chartAreaRect:Rect

This property can be used as the source for data binding.

fadeInproperty 
public var fadeIn:Fade

This property can be used as the source for data binding.

powerEasingproperty 
public var powerEasing:Power

This property can be used as the source for data binding.

Constructor Detail
PieChartSkin()Constructor
public function PieChartSkin()

Constructor.

Method Detail
animate()method
public function animate():void

animateInternal()method 
public function animateInternal():void

getChartAreaRect()method 
public function getChartAreaRect():Rect

This is the part of the chart that contains the background as well as the chart sprite.

Returns
Rect
getChartSprite()method 
public function getChartSprite():Sprite

This is the part of the chart that the series is drawn on.

Returns
Sprite
getHostChart()method 
public function getHostChart():TinyChartBase

The Host Component associated with this skin.

Returns
TinyChartBase
onCreationComplete()method 
public function onCreationComplete(evt:Event):void

Parameters

evt:Event