Packagecom.flexicious.components.tinycharts.skins
Interfacepublic interface ITinyChartSkin
Implementors AreaChartSkin, BarChartSkin, BubbleChartSkin, CandlestickChartSkin, ColumnChartSkin, HLOCChartSkin, LineChartSkin, PieChartSkin, PlotChartSkin, PyramidChartSkin, TinyAreaChartSkin, TinyBarChartSkin, TinyColumnChartSkin, TinyDividedBarChartSkin, TinyDividedColumnChartSkin, TinyLineChartSkin, TinyPieChartSkin, TreemapChartSkin

This interface defines the API that needs to be implemented by each of the chart skins.



Public Methods
 MethodDefined By
  
animate():void
Animates the chart if it is supported.
ITinyChartSkin
  
This is the part of the chart that contains the background as well as the chart sprite.
ITinyChartSkin
  
This is the part of the chart that the series is drawn on.
ITinyChartSkin
  
The Host Component associated with this skin.
ITinyChartSkin
Method Detail
animate()method
public function animate():void

Animates the chart if it is supported.

getChartAreaRect()method 
public function getChartAreaRect():Rect

This is the part of the chart that contains the background as well as the chart sprite.

Returns
Rect
getChartSprite()method 
public function getChartSprite():Sprite

This is the part of the chart that the series is drawn on.

Returns
Sprite
getHostChart()method 
public function getHostChart():TinyChartBase

The Host Component associated with this skin.

Returns
TinyChartBase