Package | com.flexicious.components.charts |
Class | public class PieChart |
Inheritance | PieChart ![]() ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
PieChart() | PieChart | ||
![]() | addElement(element:IVisualElement):IVisualElement
This method will add the passed in visual element directly into the associates skin
| ChartBase | |
![]() | drawChart():void
This method actually draws the chart. | TinyChartBase | |
![]() | findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array
Returns an array of HitData objects that describe
the nearest data point to the coordinates passed to the method. | TinyChartBase | |
![]() | getPlotPoints(item:Object):Array
Gets all the plot points across all series for this item. | TinyChartBase | |
![]() | hideSpinner():void | TinyChartBase | |
![]() | invalidateChart():void
Triggers a redraw of the chart area. | TinyChartBase | |
![]() | invalidateChartArea():void
Triggers a redraw of the chart area. | TinyChartBase | |
![]() | invalidateChartSize():void
Triggers a redraw of the chart area. | TinyChartBase | |
![]() | isItemSelected(item:Object, series:Series = null):Boolean
Iterates over selectedChartItems and checks to see if any chart item has specified item
selected. | TinyChartBase | |
![]() | isItemUnderMouse(item:Object, series:Series = null, first:Boolean = false):Boolean
Iterates over _itemsUnderMouse and checks to see if any chart item has specified item
selected. | TinyChartBase | |
![]() | showSpinner(msg:String):void | TinyChartBase |