Package | com.flexicious.components.charts.painters |
Class | public class LineChartPainter |
Inheritance | LineChartPainter TinyLineChartPainter TinyChartPainterBase Object |
Property | Defined By | ||
---|---|---|---|
cartesianChart : CartesianChart [read-only]
The base chart casted as the regular Line chart
| LineChartPainter | ||
chart : TinyChartBase | TinyChartPainterBase | ||
chartSkin : ITinyChartSkin [read-only] | TinyChartPainterBase | ||
ownerComponent : IUIComponent | TinyChartPainterBase | ||
series : Series | TinyChartPainterBase |
Method | Defined By | ||
---|---|---|---|
LineChartPainter(chart:TinyChartBase = null) | LineChartPainter | ||
findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array | TinyChartPainterBase | ||
paintChart():void | TinyChartPainterBase |
Method | Defined By | ||
---|---|---|---|
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. | TinyLineChartPainter | ||
paintBackground():void
Draws the background. | TinyChartPainterBase | ||
Draws the dots for items that are under the mouse, as well as the items that are selected. | TinyChartPainterBase | ||
paintSeries(xyPosData:Array, series:Series):void [override]
Draws the lines or columns (or wedges) in case of pie for items all items. | LineChartPainter |
cartesianChart | property |
cartesianChart:CartesianChart
[read-only] The base chart casted as the regular Line chart
public function get cartesianChart():CartesianChart
LineChartPainter | () | Constructor |
public function LineChartPainter(chart:TinyChartBase = null)
chart:TinyChartBase (default = null )
|
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 |