Package | com.flexicious.components.tinycharts.painters |
Class | public class TinyDividedColumnChartPainter |
Inheritance | TinyDividedColumnChartPainter ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
TinyDividedColumnChartPainter(chart:TinyChartBase = null) | TinyDividedColumnChartPainter | ||
findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array [override] | TinyDividedColumnChartPainter | ||
![]() | paintChart():void | TinyChartPainterBase |
Method | Defined By | ||
---|---|---|---|
![]() | checkProximity(x:Number, y:Number, xPos:Number, yPos:Number, series:Series, sensitivity:int, checkInteractivity:Boolean, plotPoint:PlotPoint):Boolean
Given a point and the X/Y cordinates of an item, returns true if the point is in proximity of
the items cordinates, using mouse sensitivity value provided. | TinyChartPainterBase | |
![]() | paintBackground():void
Draws the background. | TinyChartPainterBase | |
[override]
Draws the dots for items that are under the mouse, as well as the items that are selected. | TinyDividedColumnChartPainter | ||
paintSeries(xyPosData:Array, series:Series):void [override]
Draws the lines or columns (or wedges) in case of pie for items all items. | TinyDividedColumnChartPainter |
TinyDividedColumnChartPainter | () | Constructor |
public function TinyDividedColumnChartPainter(chart:TinyChartBase = null)
chart:TinyChartBase (default = null )
|
findDataPoints | () | method |
override public function findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array
Parameters
x:Number | |
y:Number | |
checkInteractivity:Boolean (default = false )
| |
sensitivity:int (default = -1 )
|
Array |
paintDots | () | method |
override protected function paintDots(dots:Array, series:Series):void
Draws the dots for items that are under the mouse, as well as the items that are selected.
Parameters
dots:Array — Contains information about the dots to draw. xPos, yPos, width.
| |
series:Series |
paintSeries | () | method |
override protected function paintSeries(xyPosData:Array, series:Series):void
Draws the lines or columns (or wedges) in case of pie for items all items.
Parameters
xyPosData:Array — Contains information about the dots to draw. xPos, yPos, width.
| |
series:Series |