Package | com.flexicious.components.tinycharts.skins |
Interface | public interface ITinyChartSkin |
Implementors | AreaChartSkin, BarChartSkin, BubbleChartSkin, CandlestickChartSkin, ColumnChartSkin, HLOCChartSkin, LineChartSkin, PieChartSkin, PlotChartSkin, PyramidChartSkin, TinyAreaChartSkin, TinyBarChartSkin, TinyColumnChartSkin, TinyDividedBarChartSkin, TinyDividedColumnChartSkin, TinyLineChartSkin, TinyPieChartSkin, TreemapChartSkin |
Method | Defined By | ||
---|---|---|---|
animate():void
Animates the chart if it is supported. | ITinyChartSkin | ||
getChartAreaRect():Rect
This is the part of the chart that contains the background as well as the chart sprite. | ITinyChartSkin | ||
getChartSprite():Sprite
This is the part of the chart that the series is drawn on. | ITinyChartSkin | ||
The Host Component associated with this skin. | ITinyChartSkin |
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.
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 |