| Package | com.flexicious.components.tinycharts.skins |
| Class | public class TinyDividedBarChartSkin |
| Inheritance | TinyDividedBarChartSkin spark.skins.SparkSkin |
| Implements | ITinyChartSkin, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| chartArea : Group | TinyDividedBarChartSkin | ||
| chartAreaRect : Rect | TinyDividedBarChartSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TinyDividedBarChartSkin | ||
animate():void | TinyDividedBarChartSkin | ||
getChartAreaRect():Rect
This is the part of the chart that contains the background as well as the chart sprite. | TinyDividedBarChartSkin | ||
getChartSprite():Sprite
This is the part of the chart that the series is drawn on. | TinyDividedBarChartSkin | ||
The Host Component associated with this skin. | TinyDividedBarChartSkin | ||
onCreationComplete(evt:Event):void | TinyDividedBarChartSkin | ||
| 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.
| TinyDividedBarChartSkin | () | Constructor |
public function TinyDividedBarChartSkin()Constructor.
| animate | () | method |
public function animate():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 |