Packagecom.flexicious.components.charts.painters
Classpublic class BarChartPainter
InheritanceBarChartPainter Inheritance TinyBarChartPainter Inheritance TinyColumnChartPainter Inheritance TinyChartPainterBase Inheritance Object



Public Properties
 PropertyDefined By
 InheritedbarChart : IBarChart
[read-only] Gets the current bar chart.
TinyBarChartPainter
  cartesianChart : CartesianChart
[read-only] The base chart casted as the regular Bar chart
BarChartPainter
 Inheritedchart : TinyChartBase
TinyChartPainterBase
 InheritedchartSkin : ITinyChartSkin
[read-only]
TinyChartPainterBase
 InheritedcolumnChart : IColumnChart
[read-only] Gets the current bar chart.
TinyColumnChartPainter
 InheritedownerComponent : IUIComponent
TinyChartPainterBase
 Inheritedseries : Series
TinyChartPainterBase
Public Methods
 MethodDefined By
  
BarChartPainter
 Inherited
findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array
TinyChartPainterBase
 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
[override] 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.
TinyBarChartPainter
 Inherited
Draws the background.
TinyChartPainterBase
 Inherited
paintDots(dots:Array, series:Series):void
[override] Draws the dots for items that are under the mouse, as well as the items that are selected.
TinyBarChartPainter
  
paintSeries(xyPosData:Array, series:Series):void
[override] Draws the lines or columns (or wedges) in case of pie for items all items.
BarChartPainter
Property Detail
cartesianChartproperty
cartesianChart:CartesianChart  [read-only]

The base chart casted as the regular Bar chart


Implementation
    public function get cartesianChart():CartesianChart
Constructor Detail
BarChartPainter()Constructor
public function BarChartPainter(chart:TinyChartBase = null)



Parameters
chart:TinyChartBase (default = null)
Method Detail
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