Package | twaver.charts |
Class | public class BubbleChart |
Inheritance | BubbleChart ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
BubbleChart(dataBox:DataBox = null) | BubbleChart | ||
![]() | addPropertyChangeListener(listener:Function, priority:int = 0, useWeakReference:Boolean = false):void
Add a property change listener into this view. | ChartBase | |
![]() | addSelectionChangeListener(listener:Function, priority:int = 0, useWeakReference:Boolean = false):void
Add data selection change listener into this view. | ChartBase | |
![]() | callLater2(method:Function, args:Array = null):void
TWaver call later function. | ChartBase | |
![]() | ChartBase | ||
![]() | dispatchPropertyChangeEvent2(property:String, oldValue:Object, newValue:Object):Boolean
Dispatch a property change event to all property change listeners. | ChartBase | |
![]() | formatValueText(data:IData, value:Number):String | ChartBase | |
![]() | formatYScaleText(value:Number):String | ScaleChart | |
![]() | ChartBase | ||
![]() | getDataByMouseEvent(e:MouseEvent, shouldBeSelectable:Boolean = false, tolerance:int = -1):IData | ChartBase | |
![]() | getLogicalPoint(e:MouseEvent):Point | ChartBase | |
![]() | ChartBase | ||
BubbleChart | |||
BubbleChart | |||
BubbleChart | |||
![]() | getToolTip(data:IData):String | ChartBase | |
![]() | ChartBase | ||
![]() | getValueColor(data:IData):Object | ChartBase | |
![]() | getValueFont(data:IData = null):String | ChartBase | |
![]() | ScaleChart | ||
getXAxisValues(data:IData):Array | BubbleChart | ||
getYAxisValues(data:IData):Array | BubbleChart | ||
![]() | invalidate():void | ChartBase | |
![]() | invalidateModel():void | ChartBase | |
![]() | isSelected(data:IData):Boolean | ChartBase | |
![]() | ChartBase | ||
![]() | panByOffset(xOffset:Number, yOffset:Number):void | ChartBase | |
![]() | removePropertyChangeListener(listener:Function):void
Remove specified property change listener from this view. | ChartBase | |
![]() |
Remove all selected data from view connected data box. | ChartBase | |
![]() | removeSelectionChangeListener(listener:Function):void
Remove data selection change listener from this view. | ChartBase | |
![]() |
Select all visible data of this view. | ChartBase | |
![]() | setValueFont(value:String):void | ChartBase | |
![]() | setXZoom(xZoom:Number, animate:Boolean = false):void | ChartBase | |
![]() | setYZoom(yZoom:Number, animate:Boolean = false):void | ChartBase | |
![]() | validate():void | ChartBase | |
validateModel():void [override] | BubbleChart | ||
![]() | xZoomIn(animate:Boolean = false):void | ChartBase | |
![]() | xZoomOut(animate:Boolean = false):void | ChartBase | |
![]() | xZoomReset(animate:Boolean = false):void | ChartBase | |
![]() | yZoomIn(animate:Boolean = false):void | ChartBase | |
![]() | yZoomOut(animate:Boolean = false):void | ChartBase | |
![]() | yZoomReset(animate:Boolean = false):void | ChartBase | |
![]() | zoomIn(animate:Boolean = false):void | ChartBase | |
![]() | zoomOut(animate:Boolean = false):void | ChartBase | |
![]() | zoomReset(animate:Boolean = false):void | ChartBase |
namesFunction | property |
namesFunction:Function
public function get namesFunction():Function
public function set namesFunction(value:Function):void
shapeFunction | property |
shapeFunction:Function
public function get shapeFunction():Function
public function set shapeFunction(value:Function):void
xAxisLowerLimit | property |
xAxisLowerLimit:Number
public function get xAxisLowerLimit():Number
public function set xAxisLowerLimit(value:Number):void
xAxisUpperLimit | property |
xAxisUpperLimit:Number
public function get xAxisUpperLimit():Number
public function set xAxisUpperLimit(value:Number):void
xAxisValuesFunction | property |
xAxisValuesFunction:Function
public function get xAxisValuesFunction():Function
public function set xAxisValuesFunction(value:Function):void
xMax | property |
xMax:Number
[read-only] public function get xMax():Number
xMin | property |
xMin:Number
[read-only] public function get xMin():Number
xRange | property |
xRange:Number
[read-only] public function get xRange():Number
xScaleLineColor | property |
xScaleLineColor:uint
public function get xScaleLineColor():uint
public function set xScaleLineColor(value:uint):void
xScaleLineWidth | property |
xScaleLineWidth:Number
public function get xScaleLineWidth():Number
public function set xScaleLineWidth(value:Number):void
yAxisValuesFunction | property |
yAxisValuesFunction:Function
public function get yAxisValuesFunction():Function
public function set yAxisValuesFunction(value:Function):void
BubbleChart | () | Constructor |
getNames | () | method |
getShape | () | method |
getSize | () | method |
public function getSize(data:IData, value:Number):Number
Parameters
data:IData | |
value:Number |
Number |
getXAxisValues | () | method |
getYAxisValues | () | method |
validateModel | () | method |
override public function validateModel():void