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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  chartArea : Group
AreaChartSkin
  chartAreaRect : Rect
AreaChartSkin
  horizontalAxis : HorizontalAxis
AreaChartSkin
  moveRight : Move
AreaChartSkin
  powerEasing : Power
AreaChartSkin
  rectMask : Group
AreaChartSkin
  sineEasing : Sine
AreaChartSkin
  verticalAxis : VerticalAxis
AreaChartSkin
Public Methods
 MethodDefined By
  
Constructor.
AreaChartSkin
  
animate():void
AreaChartSkin
  
AreaChartSkin
  
This is the part of the chart that contains the background as well as the chart sprite.
AreaChartSkin
  
This is the part of the chart that the series is drawn on.
AreaChartSkin
  
The Host Component associated with this skin.
AreaChartSkin
  
onCreationComplete(evt:Event):void
AreaChartSkin
Protected Methods
 MethodDefined By
  
rectMask_resizeHandler(event:Event):void
AreaChartSkin
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.

horizontalAxisproperty 
public var horizontalAxis:HorizontalAxis

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

moveRightproperty 
public var moveRight:Move

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.

rectMaskproperty 
public var rectMask:Group

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

sineEasingproperty 
public var sineEasing:Sine

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

verticalAxisproperty 
public var verticalAxis:VerticalAxis

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

Constructor Detail
AreaChartSkin()Constructor
public function AreaChartSkin()

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

rectMask_resizeHandler()method 
protected function rectMask_resizeHandler(event:Event):void

Parameters

event:Event