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