Packagexp.charting
Classpublic class ChartDisplayElement
InheritanceChartDisplayElement Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite
ImplementsIChartDisplayElement
SubclassesChartStyleClient



Public Properties
 PropertyDefined by
  chart : IChartArea
[read-only]
ChartDisplayElement
  chartDesc : ChartDesc
[read-only]
ChartDisplayElement
  chartParent : IChart
[read-only]
ChartDisplayElement
 Inheritedheight : Number
ProgrammaticSkin
 Inheritedinitialized : Boolean
ProgrammaticSkin
  isSubChart : Boolean
[read-only]
ChartDisplayElement
  measuredHeight : Number
[read-only] The measured height of this object.
ChartDisplayElement
  measuredWidth : Number
[read-only] The measured width of this object.
ChartDisplayElement
 InheritednestLevel : int
ProgrammaticSkin
  parent : DisplayObjectContainer
[read-only]
ChartDisplayElement
 InheritedprocessedDescriptors : Boolean
ProgrammaticSkin
 InheritedstyleName : Object
A parent component used to obtain style values.
ProgrammaticSkin
 InheritedupdateCompletePendingFlag : Boolean
ProgrammaticSkin
 Inheritedwidth : Number
ProgrammaticSkin
Protected Properties
 PropertyDefined by
 Inherited_deferLayout : Boolean = false
ProgrammaticSkin
 InheritedinvalidateDisplayListFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidatePropertiesFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidateSizeFlag : Boolean = false
ProgrammaticSkin
  _parent : DisplayObjectContainer
ChartDisplayElement
 InheritedsizeChanged : Boolean = false
ProgrammaticSkin
Public Methods
 MethodDefined by
  
Constructor
ChartDisplayElement
 Inherited
getStyle(styleProp:String):*
Returns the value of the specified style property.
ProgrammaticSkin
  
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
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
ProgrammaticSkin
 Inherited
styleChanged(styleProp:String):void
Whenever any style changes, redraw this skin.
ProgrammaticSkin
  
ChartDisplayElement
 Inherited
validateNow():void
Validate and update the properties and layout of this object and redraw it, if necessary.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
  
validateSize(recursive:Boolean = false):void
ChartDisplayElement
Protected Methods
 MethodDefined by
  
activate():void
ChartDisplayElement
  
addedHandler(e:Event):void
ChartDisplayElement
 Inherited
ProgrammaticSkin
  
ChartDisplayElement
  
deactivate():void
ChartDisplayElement
 Inherited
deferLayout(state:Boolean):void
ProgrammaticSkin
  
getParent():DisplayObjectContainer
ChartDisplayElement
  
ChartDisplayElement
  
initialize():void
ChartDisplayElement
  
ChartDisplayElement
 Inherited
measure():void
ProgrammaticSkin
 Inherited
ProgrammaticSkin
  
plotSizeChangedHandler(e:Event):void
ChartDisplayElement
  
removedHandler(e:Event):void
ChartDisplayElement
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
ProgrammaticSkin
Protected Constants
 ConstantDefined by
  NESTLEVEL_AXIS : int = 10000
[static]
ChartDisplayElement
  NESTLEVEL_AXISSET : int = 10001
[static]
ChartDisplayElement
  NESTLEVEL_LABELS : int = 10002
[static]
ChartDisplayElement
  NESTLEVEL_SERIES : int = 1000
[static]
ChartDisplayElement
  NESTLEVEL_SERIESSET : int = 1001
[static]
ChartDisplayElement
Property detail
chartproperty
chart:IChartArea  [read-only]Implementation
    public function get chart():IChartArea
chartDescproperty 
chartDesc:ChartDesc  [read-only]Implementation
    public function get chartDesc():ChartDesc
chartParentproperty 
chartParent:IChart  [read-only]Implementation
    public function get chartParent():IChart
isSubChartproperty 
isSubChart:Boolean  [read-only]Implementation
    public function get isSubChart():Boolean
measuredHeightproperty 
measuredHeight:Number  [read-only]

The measured height of this object.

Implementation
    public function get measuredHeight():Number
measuredWidthproperty 
measuredWidth:Number  [read-only]

The measured width of this object.

Implementation
    public function get measuredWidth():Number
_parentproperty 
protected var _parent:DisplayObjectContainer
parentproperty 
parent:DisplayObjectContainer  [read-only]Implementation
    public function get parent():DisplayObjectContainer
Constructor detail
ChartDisplayElement()constructor
public function ChartDisplayElement()

Constructor

Method detail
activate()method
protected function activate():void
addedHandler()method 
protected function addedHandler(e:Event):voidParameters
e:Event
createChildren()method 
protected function createChildren():void
deactivate()method 
protected function deactivate():void
getParent()method 
protected final function getParent():DisplayObjectContainer

Returns
DisplayObjectContainer
initElement()method 
public function initElement(chart:IChartArea):voidParameters
chart:IChartArea
initHierarchy()method 
protected function initHierarchy():void
initialize()method 
protected function initialize():void
initializeStyles()method 
protected function initializeStyles():void
plotSizeChangedHandler()method 
protected function plotSizeChangedHandler(e:Event):voidParameters
e:Event
removedHandler()method 
protected function removedHandler(e:Event):voidParameters
e:Event
validateDisplayList()method 
public override function validateDisplayList():void
validateSize()method 
public override function validateSize(recursive:Boolean = false):voidParameters
recursive:Boolean (default = false)
Constant detail
NESTLEVEL_AXISconstant
protected static const NESTLEVEL_AXIS:int = 10000
NESTLEVEL_AXISSETconstant 
protected static const NESTLEVEL_AXISSET:int = 10001
NESTLEVEL_LABELSconstant 
protected static const NESTLEVEL_LABELS:int = 10002
NESTLEVEL_SERIESconstant 
protected static const NESTLEVEL_SERIES:int = 1000
NESTLEVEL_SERIESSETconstant 
protected static const NESTLEVEL_SERIESSET:int = 1001