| Package | com.flexicious.skins.charts |
| Class | public class ColumnChartSkin |
| Inheritance | ColumnChartSkin spark.skins.SparkSkin |
| Implements | ITinyChartSkin, mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| chartArea : Group | ColumnChartSkin | ||
| chartAreaRect : Rect | ColumnChartSkin | ||
| horizontalAxis : HorizontalAxis | ColumnChartSkin | ||
| moveRight : Move | ColumnChartSkin | ||
| powerEasing : Power | ColumnChartSkin | ||
| rectMask : Group | ColumnChartSkin | ||
| sineEasing : Sine | ColumnChartSkin | ||
| verticalAxis : VerticalAxis | ColumnChartSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | ColumnChartSkin | ||
animate():void | ColumnChartSkin | ||
animateInternal():void | ColumnChartSkin | ||
getChartAreaRect():Rect
This is the part of the chart that contains the background as well as the chart sprite. | ColumnChartSkin | ||
getChartSprite():Sprite
This is the part of the chart that the series is drawn on. | ColumnChartSkin | ||
The Host Component associated with this skin. | ColumnChartSkin | ||
onCreationComplete(evt:Event):void | ColumnChartSkin | ||
| Method | Defined By | ||
|---|---|---|---|
rectMask_resizeHandler(event:Event):void | ColumnChartSkin | ||
| 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.
| horizontalAxis | property |
public var horizontalAxis:HorizontalAxisThis property can be used as the source for data binding.
| moveRight | property |
public var moveRight:MoveThis 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.
| rectMask | property |
public var rectMask:GroupThis property can be used as the source for data binding.
| sineEasing | property |
public var sineEasing:SineThis property can be used as the source for data binding.
| verticalAxis | property |
public var verticalAxis:VerticalAxisThis property can be used as the source for data binding.
| ColumnChartSkin | () | Constructor |
public function ColumnChartSkin()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 |
| rectMask_resizeHandler | () | method |
protected function rectMask_resizeHandler(event:Event):voidParameters
event:Event |