Packagecom.flexicious.components.tinycharts.painters
Classpublic class TinyPieChartPainter3d
InheritanceTinyPieChartPainter3d Inheritance TinyPieChartPainter Inheritance TinyChartPainterBase Inheritance Object

Add 3d support to pie chart.



Public Properties
 PropertyDefined By
 Inheritedchart : TinyChartBase
TinyChartPainterBase
 InheritedchartSkin : ITinyChartSkin
[read-only]
TinyChartPainterBase
 InheritedownerComponent : IUIComponent
TinyChartPainterBase
 Inheritedseries : Series
TinyChartPainterBase
  tinyPie : TinyPieChart
[read-only] The chart casted to a pie chart control
TinyPieChartPainter3d
Public Methods
 MethodDefined By
  
TinyPieChartPainter3d
  
findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array
[override]
TinyPieChartPainter3d
 Inherited
paintChart():void
TinyChartPainterBase
Protected Methods
 MethodDefined By
 Inherited
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
  
drawArcs3d(xyPosData:Array):void
TinyPieChartPainter3d
 Inherited
Draws the background.
TinyChartPainterBase
 Inherited
paintDots(dots:Array, series:Series):void
[override]
TinyPieChartPainter
  
paintSeries(xyPosData:Array, series:Series):void
[override] Draws the lines or columns (or wedges) in case of pie for items all items.
TinyPieChartPainter3d
Public Constants
 ConstantDefined By
 InheriteddegToRad : Number = 0.017453292519943295
[static] Multiple to convert degrees to radians.
TinyPieChartPainter
Property Detail
tinyPieproperty
tinyPie:TinyPieChart  [read-only]

The chart casted to a pie chart control


Implementation
    public function get tinyPie():TinyPieChart
Constructor Detail
TinyPieChartPainter3d()Constructor
public function TinyPieChartPainter3d(chart:TinyChartBase = null)



Parameters
chart:TinyChartBase (default = null)
Method Detail
drawArcs3d()method
protected function drawArcs3d(xyPosData:Array):void

Parameters

xyPosData:Array

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)

Returns
Array
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