Packagecom.flexicious.components.tinycharts.skins
Classpublic class TinyLineChartSkin
InheritanceTinyLineChartSkin Inheritance spark.skins.SparkSkin
Implements ITinyChartSkin, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  chartArea : Group
TinyLineChartSkin
  chartAreaRect : Rect
TinyLineChartSkin
  hostComponent : TinyLineChart
TinyLineChartSkin
Public Methods
 MethodDefined By
  
Constructor.
TinyLineChartSkin
  
animate():void
TinyLineChartSkin
  
This is the part of the chart that contains the background as well as the chart sprite.
TinyLineChartSkin
  
This is the part of the chart that the series is drawn on.
TinyLineChartSkin
  
The Host Component associated with this skin.
TinyLineChartSkin
  
onCreationComplete(evt:Event):void
TinyLineChartSkin
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.

hostComponentproperty 
public var hostComponent:TinyLineChart

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

Constructor Detail
TinyLineChartSkin()Constructor
public function TinyLineChartSkin()

Constructor.

Method Detail
animate()method
public function animate():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