Package | twaver.charts |
Class | public class LineChart |
Inheritance | LineChart ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
LineChart | |||
![]() | 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 | |
getAnchorShape(data:IData):String | LineChart | ||
getAnchorSize(data:IData):Number | LineChart | ||
![]() | ChartBase | ||
![]() | getDataByMouseEvent(e:MouseEvent, shouldBeSelectable:Boolean = false, tolerance:int = -1):IData | ChartBase | |
getLineWidth(data:IData):Number | LineChart | ||
![]() | getLogicalPoint(e:MouseEvent):Point | ChartBase | |
![]() | ChartBase | ||
![]() | getToolTip(data:IData):String | ChartBase | |
![]() | ChartBase | ||
![]() | getValueColor(data:IData):Object | ChartBase | |
![]() | getValueFont(data:IData = null):String | ChartBase | |
![]() | ScaleChart | ||
![]() | 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] | LineChart | ||
![]() | 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 |
anchorShapeFunction | property |
anchorShapeFunction:Function
public function get anchorShapeFunction():Function
public function set anchorShapeFunction(value:Function):void
anchorSizeFunction | property |
anchorSizeFunction:Function
public function get anchorSizeFunction():Function
public function set anchorSizeFunction(value:Function):void
interruptable | property |
interruptable:Boolean
public function get interruptable():Boolean
public function set interruptable(value:Boolean):void
lineWidthFunction | property |
lineWidthFunction:Function
public function get lineWidthFunction():Function
public function set lineWidthFunction(value:Function):void
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
LineChart | () | Constructor |
getAnchorShape | () | method |
getAnchorSize | () | method |
getLineWidth | () | method |
validateModel | () | method |
override public function validateModel():void