Packagexp.charting
Classpublic class ChartElementContainer
InheritanceChartElementContainer Inheritance ChartStyleClient Inheritance ChartDisplayElement Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite
SubclassesChartBackground, ChartForeground



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
 InheritedstyleDeclaration : CSSStyleDeclaration
ChartStyleClient
 InheritedstyleName : Object
ChartStyleClient
 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
Public Methods
 MethodDefined by
  
ChartElementContainer
  
addElement(element:DisplayObject, front:Boolean = true):void
ChartElementContainer
 Inherited
clearStyle(styleProp:String):void
ChartStyleClient
 Inherited
ChartStyleClient
  
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
 Inherited
registerEffects(effects:Array):void
ChartStyleClient
  
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
 Inherited
styleChanged(styleProp:String):void
ChartStyleClient
 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
  
$addChild(child:DisplayObject):DisplayObject
ChartElementContainer
 Inherited
activate():void
ChartDisplayElement
  
addChildInternal(child:DisplayObject):DisplayObject
ChartElementContainer
  
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
 Inherited
initialize():void
ChartDisplayElement
 Inherited
ChartStyleClient
 Inherited
ChartStyleClient
 Inherited
measure():void
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
notifyTextFieldStyleChange(styleProp:String):void
ChartStyleClient
  
plotSizeChangedHandler(e:Event):void
ChartElementContainer
 Inherited
removedHandler(e:Event):void
ChartDisplayElement
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
ChartElementContainer
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
Constructor detail
ChartElementContainer()constructor
public function ChartElementContainer()
Method detail
$addChild()method
protected function $addChild(child:DisplayObject):DisplayObjectParameters
child:DisplayObject

Returns
DisplayObject
addChildInternal()method 
protected function addChildInternal(child:DisplayObject):DisplayObjectParameters
child:DisplayObject

Returns
DisplayObject
addChildToLayer()method 
protected function addChildToLayer(layer:DisplayObjectContainer, child:DisplayObject):DisplayObjectParameters
layer:DisplayObjectContainer
 
child:DisplayObject

Returns
DisplayObject
addElement()method 
public function addElement(element:DisplayObject, front:Boolean = true):voidParameters
element:DisplayObject
 
front:Boolean (default = true)
getAxisBackground()method 
public function getAxisBackground():Shape

Returns
Shape
plotSizeChangedHandler()method 
protected override function plotSizeChangedHandler(e:Event):voidParameters
e:Event
removeElement()method 
public function removeElement(element:DisplayObject, front:Boolean = true):voidParameters
element:DisplayObject
 
front:Boolean (default = true)
updateDisplayList()method 
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number
 
unscaledHeight:Number