Package | com.flexicious.components.tinycharts.skins |
Class | public class TinyDividedColumnChartSkin |
Inheritance | TinyDividedColumnChartSkin spark.skins.SparkSkin |
Implements | ITinyChartSkin, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
chartArea : Group | TinyDividedColumnChartSkin | ||
chartAreaRect : Rect | TinyDividedColumnChartSkin | ||
hostComponent : TinyDividedColumnChart | TinyDividedColumnChartSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TinyDividedColumnChartSkin | ||
animate():void | TinyDividedColumnChartSkin | ||
getChartAreaRect():Rect
This is the part of the chart that contains the background as well as the chart sprite. | TinyDividedColumnChartSkin | ||
getChartSprite():Sprite
This is the part of the chart that the series is drawn on. | TinyDividedColumnChartSkin | ||
The Host Component associated with this skin. | TinyDividedColumnChartSkin | ||
onCreationComplete(evt:Event):void | TinyDividedColumnChartSkin |
chartArea | property |
public var chartArea:Group
This property can be used as the source for data binding.
chartAreaRect | property |
public var chartAreaRect:Rect
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:TinyDividedColumnChart
This property can be used as the source for data binding.
TinyDividedColumnChartSkin | () | Constructor |
public function TinyDividedColumnChartSkin()
Constructor.
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.
ReturnsRect |
getChartSprite | () | method |
public function getChartSprite():Sprite
This is the part of the chart that the series is drawn on.
ReturnsSprite |
getHostChart | () | method |
public function getHostChart():TinyChartBase
The Host Component associated with this skin.
ReturnsTinyChartBase |
onCreationComplete | () | method |
public function onCreationComplete(evt:Event):void
Parameters
evt:Event |