Package | com.flexicious.components.charts.painters |
Class | public class FunnelChartPainter3d |
Inheritance | FunnelChartPainter3d ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | chart : TinyChartBase | TinyChartPainterBase | |
![]() | chartSkin : ITinyChartSkin [read-only] | TinyChartPainterBase | |
fillColor : Number | FunnelChartPainter3d | ||
Funnel : FunnelChart [read-only]
The chart casted to a FunnelChart control
| FunnelChartPainter3d | ||
hoverAlpha : Number = 1 | FunnelChartPainter3d | ||
hoverColor : Number | FunnelChartPainter3d | ||
![]() | ownerComponent : IUIComponent | TinyChartPainterBase | |
![]() | series : Series | TinyChartPainterBase | |
strokeColor : Number = 0xffffff | FunnelChartPainter3d | ||
strokeSize : Number = .1 | FunnelChartPainter3d |
Method | Defined By | ||
---|---|---|---|
FunnelChartPainter3d(chart:TinyChartBase = null) | FunnelChartPainter3d | ||
findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array [override] | FunnelChartPainter3d | ||
![]() | 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]
The Funnel has no dots. | FunnelChartPainter3d | ||
paintSeries(xyPosData:Array, series:Series):void [override]
Draws the lines or columns (or wedges) in case of pie for items all items. | FunnelChartPainter3d |
fillColor | property |
public var fillColor:Number
Funnel | property |
Funnel:FunnelChart
[read-only] The chart casted to a FunnelChart control
public function get Funnel():FunnelChart
hoverAlpha | property |
public var hoverAlpha:Number = 1
hoverColor | property |
public var hoverColor:Number
strokeColor | property |
public var strokeColor:Number = 0xffffff
strokeSize | property |
public var strokeSize:Number = .1
FunnelChartPainter3d | () | Constructor |
public function FunnelChartPainter3d(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
The Funnel has no dots.
Parameters
dots:Array | |
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 |