| Package | com.flexicious.components.charts.treemap |
| Class | public class TreemapChartSkin |
| Inheritance | TreemapChartSkin spark.skins.SparkSkin |
| Implements | ITinyChartSkin, mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| chartArea : Group | TreemapChartSkin | ||
| chartAreaRect : Rect | TreemapChartSkin | ||
| fadeIn : Fade | TreemapChartSkin | ||
| powerEasing : Power | TreemapChartSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TreemapChartSkin | ||
animate():void | TreemapChartSkin | ||
animateInternal():void | TreemapChartSkin | ||
getChartAreaRect():Rect
This is the part of the chart that contains the background as well as the chart sprite. | TreemapChartSkin | ||
getChartSprite():Sprite
This is the part of the chart that the series is drawn on. | TreemapChartSkin | ||
The Host Component associated with this skin. | TreemapChartSkin | ||
onCreationComplete(evt:Event):void | TreemapChartSkin | ||
| chartArea | property |
public var chartArea:GroupThis property can be used as the source for data binding.
| chartAreaRect | property |
public var chartAreaRect:RectThis property can be used as the source for data binding.
| fadeIn | property |
public var fadeIn:FadeThis property can be used as the source for data binding.
| powerEasing | property |
public var powerEasing:PowerThis property can be used as the source for data binding.
| TreemapChartSkin | () | Constructor |
public function TreemapChartSkin()Constructor.
| animate | () | method |
public function animate():void| animateInternal | () | method |
public function animateInternal():void| getChartAreaRect | () | method |
public function getChartAreaRect():RectThis is the part of the chart that contains the background as well as the chart sprite.
ReturnsRect |
| getChartSprite | () | method |
public function getChartSprite():SpriteThis is the part of the chart that the series is drawn on.
ReturnsSprite |
| getHostChart | () | method |
public function getHostChart():TinyChartBaseThe Host Component associated with this skin.
ReturnsTinyChartBase |
| onCreationComplete | () | method |
public function onCreationComplete(evt:Event):voidParameters
evt:Event |