Package | com.flexicious.skins.charts |
Class | public class HLOCChartSkin |
Inheritance | HLOCChartSkin ![]() |
Implements | ITinyChartSkin, mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
chartArea : Group | HLOCChartSkin | ||
chartAreaRect : Rect | HLOCChartSkin | ||
fadeIn : Fade | HLOCChartSkin | ||
horizontalAxis : HorizontalAxis | HLOCChartSkin | ||
powerEasing : Power | HLOCChartSkin | ||
verticalAxis : VerticalAxis | HLOCChartSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | HLOCChartSkin | ||
animate():void | HLOCChartSkin | ||
animateInternal():void | HLOCChartSkin | ||
getChartAreaRect():Rect
This is the part of the chart that contains the background as well as the chart sprite. | HLOCChartSkin | ||
getChartSprite():Sprite
This is the part of the chart that the series is drawn on. | HLOCChartSkin | ||
The Host Component associated with this skin. | HLOCChartSkin | ||
onCreationComplete(evt:Event):void | HLOCChartSkin |
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.
fadeIn | property |
public var fadeIn:Fade
This property can be used as the source for data binding.
horizontalAxis | property |
public var horizontalAxis:HorizontalAxis
This property can be used as the source for data binding.
powerEasing | property |
public var powerEasing:Power
This property can be used as the source for data binding.
verticalAxis | property |
public var verticalAxis:VerticalAxis
This property can be used as the source for data binding.
HLOCChartSkin | () | Constructor |
public function HLOCChartSkin()
Constructor.
animate | () | method |
public function animate():void
animateInternal | () | method |
public function animateInternal():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 |