Packagexp.charting
Classpublic class ChartForeground
InheritanceChartForeground Inheritance ChartElementContainer Inheritance ChartStyleClient Inheritance ChartDisplayElement Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite



Public Properties
 PropertyDefined by
 Inheritedchart : IChartArea
ChartDisplayElement
 InheritedchartDesc : ChartDesc
ChartDisplayElement
 InheritedchartParent : IChart
ChartDisplayElement
 InheritedclassName : String
ChartStyleClient
 Inheritedheight : Number
ProgrammaticSkin
 InheritedinheritingStyles : Object
ChartStyleClient
 Inheritedinitialized : Boolean
ProgrammaticSkin
 InheritedisSubChart : Boolean
ChartDisplayElement
 InheritedmeasuredHeight : Number
The measured height of this object.
ChartDisplayElement
 InheritedmeasuredWidth : Number
The measured width of this object.
ChartDisplayElement
 InheritednestLevel : int
ProgrammaticSkin
 InheritednonInheritingStyles : Object
ChartStyleClient
 Inheritedparent : DisplayObjectContainer
ChartDisplayElement
 InheritedprocessedDescriptors : Boolean
ProgrammaticSkin
  sensitivity : int = 10
ChartForeground
 InheritedstyleDeclaration : CSSStyleDeclaration
ChartStyleClient
 InheritedstyleName : Object
ChartStyleClient
  tools : Array
[read-only]
ChartForeground
 InheritedupdateCompletePendingFlag : Boolean
ProgrammaticSkin
 Inheritedwidth : Number
ProgrammaticSkin
Protected Properties
 PropertyDefined by
 InheritedchildList : Array
ChartStyleClient
 Inherited_deferLayout : Boolean = false
ProgrammaticSkin
 InheritedinvalidateDisplayListFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidatePropertiesFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidateSizeFlag : Boolean = false
ProgrammaticSkin
 Inheritedowner : Object
ChartStyleClient
 Inherited_parent : DisplayObjectContainer
ChartDisplayElement
 InheritedsizeChanged : Boolean = false
ProgrammaticSkin
 InheritedstyleParent : IStyleClient
ChartStyleClient
 InheritedstylesInitialized : Boolean = false
ChartStyleClient
 InheritedtextFieldList : Array
ChartStyleClient
  _tools : Array
ChartForeground
Public Methods
 MethodDefined by
  
Constructor
ChartForeground
 Inherited
addElement(element:DisplayObject, front:Boolean = true):void
ChartElementContainer
 Inherited
clearStyle(styleProp:String):void
ChartStyleClient
 Inherited
ChartStyleClient
 Inherited
ChartElementContainer
 Inherited
ChartStyleClient
 Inherited
getStyle(styleProp:String):*
ChartStyleClient
 Inherited
initElement(chart:IChartArea):void
ChartDisplayElement
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
ProgrammaticSkin
 Inherited
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
ChartStyleClient
 Inherited
parentChanged(p:DisplayObjectContainer):void
ChartStyleClient
 Inherited
regenerateStyleCache(recursive:Boolean):void
ChartStyleClient
  
Register the specified series as using the chart cursor
ChartForeground
  
Register the specified series as using datatips
ChartForeground
 Inherited
registerEffects(effects:Array):void
ChartStyleClient
  
Register the specified series as using datatips
ChartForeground
  
ChartForeground
 Inherited
removeElement(element:DisplayObject, front:Boolean = true):void
ChartElementContainer
 Inherited
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
ProgrammaticSkin
 Inherited
setStyle(styleProp:String, newValue:*):void
ChartStyleClient
  
showDataTip(dataPoint:DataPoint):void
ChartForeground
  
styleChanged(styleProp:String):void
ChartForeground
 Inherited
ChartDisplayElement
 Inherited
validateNow():void
Validate and update the properties and layout of this object and redraw it, if necessary.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
validateSize(recursive:Boolean = false):void
ChartDisplayElement
Protected Methods
 MethodDefined by
 Inherited
$addChild(child:DisplayObject):DisplayObject
ChartElementContainer
 Inherited
activate():void
ChartDisplayElement
 Inherited
addChildInternal(child:DisplayObject):DisplayObject
ChartElementContainer
 Inherited
addChildToLayer(layer:DisplayObjectContainer, child:DisplayObject):DisplayObject
ChartElementContainer
 Inherited
addedHandler(e:Event):void
ChartDisplayElement
 Inherited
ProgrammaticSkin
 Inherited
ChartDisplayElement
 Inherited
deactivate():void
ChartDisplayElement
 Inherited
deferLayout(state:Boolean):void
ProgrammaticSkin
 Inherited
getParent():DisplayObjectContainer
ChartDisplayElement
 Inherited
ChartDisplayElement
  
initialize():void
ChartForeground
 Inherited
ChartStyleClient
 Inherited
ChartStyleClient
  
loadTools(tools:Array):void
ChartForeground
 Inherited
measure():void
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
notifyTextFieldStyleChange(styleProp:String):void
ChartStyleClient
 Inherited
plotSizeChangedHandler(e:Event):void
ChartElementContainer
 Inherited
removedHandler(e:Event):void
ChartDisplayElement
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
ChartForeground
  
updateToolsList(unscaledWidth:Number, unscaledHeight:Number):void
ChartForeground
Styles
 StyleDescriptionDefined by
  
calloutRadius
Type: Number   CSS Inheritance: yes
ChartForeground
  
calloutTickLength
Type: Number   CSS Inheritance: yes
ChartForeground
  
cursorMode
Type: String   CSS Inheritance: yes
ChartForeground
  
cursorType
Type: String   CSS Inheritance: yes
ChartForeground
  
placement
Type: String   CSS Inheritance: yes
ChartForeground
  
showDataTips
Type: Boolean   CSS Inheritance: yes
controls whether marker are always shown(if false they are only shown with tooltip)
ChartForeground
Protected Constants
 ConstantDefined by
 InheritedNESTLEVEL_AXIS : int = 10000
[static]
ChartDisplayElement
 InheritedNESTLEVEL_AXISSET : int = 10001
[static]
ChartDisplayElement
 InheritedNESTLEVEL_LABELS : int = 10002
[static]
ChartDisplayElement
 InheritedNESTLEVEL_SERIES : int = 1000
[static]
ChartDisplayElement
 InheritedNESTLEVEL_SERIESSET : int = 1001
[static]
ChartDisplayElement
Property detail
sensitivityproperty
public var sensitivity:int = 10
_toolsproperty 
protected var _tools:Array
toolsproperty 
tools:Array  [read-only]Implementation
    public function get tools():Array
Constructor detail
ChartForeground()constructor
public function ChartForeground()

Constructor

Method detail
initialize()method
protected override function initialize():void
loadTools()method 
protected function loadTools(tools:Array):voidParameters
tools:Array
registerCursorSeries()method 
public function registerCursorSeries(series:Series):void

Register the specified series as using the chart cursor

Parameters
series:Series — The series requiring the chart cursor
registerDataTipSeries()method 
public function registerDataTipSeries(series:ISeries):void

Register the specified series as using datatips

Parameters
series:ISeries — The series requiring to display datatips
registerTrackMouseSeries()method 
public function registerTrackMouseSeries(series:ISeries):void

Register the specified series as using datatips

Parameters
series:ISeries — The series requiring to display datatips
removeDataTips()method 
public function removeDataTips():void
showDataTip()method 
public function showDataTip(dataPoint:DataPoint):voidParameters
dataPoint:DataPoint
styleChanged()method 
public override function styleChanged(styleProp:String):voidParameters
styleProp:String
updateDisplayList()method 
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number
 
unscaledHeight:Number
updateToolsList()method 
protected function updateToolsList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number
 
unscaledHeight:Number