| Package | xp.charting |
| Class | public class ChartDisplayElement |
| Inheritance | ChartDisplayElement ProgrammaticSkin mx.core.FlexSprite |
| Implements | IChartDisplayElement |
| Subclasses | ChartStyleClient |
| Property | Defined by | ||
|---|---|---|---|
| chart : IChartArea
[read-only]
| ChartDisplayElement | ||
| chartDesc : ChartDesc
[read-only]
| ChartDisplayElement | ||
| chartParent : IChart
[read-only]
| ChartDisplayElement | ||
![]() | height : Number | ProgrammaticSkin | |
![]() | initialized : 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 | ||
![]() | nestLevel : int | ProgrammaticSkin | |
| parent : DisplayObjectContainer [read-only]
| ChartDisplayElement | ||
![]() | processedDescriptors : Boolean | ProgrammaticSkin | |
![]() | styleName : Object
A parent component used to obtain style values.
| ProgrammaticSkin | |
![]() | updateCompletePendingFlag : Boolean | ProgrammaticSkin | |
![]() | width : Number | ProgrammaticSkin | |
| Property | Defined by | ||
|---|---|---|---|
![]() | _deferLayout : Boolean = false | ProgrammaticSkin | |
![]() | invalidateDisplayListFlag : Boolean = false | ProgrammaticSkin | |
![]() | invalidatePropertiesFlag : Boolean = false | ProgrammaticSkin | |
![]() | invalidateSizeFlag : Boolean = false | ProgrammaticSkin | |
| _parent : DisplayObjectContainer | ChartDisplayElement | ||
![]() | sizeChanged : Boolean = false | ProgrammaticSkin | |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| ChartDisplayElement | ||
![]() |
getStyle(styleProp:String):*
Returns the value of the specified style property.
| ProgrammaticSkin | |
|
initElement(chart:IChartArea):void
| ChartDisplayElement | ||
![]() |
invalidateDisplayList():void
| ProgrammaticSkin | |
![]() |
invalidateProperties():void
| ProgrammaticSkin | |
![]() |
invalidateSize():void
| ProgrammaticSkin | |
![]() |
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
| ProgrammaticSkin | |
![]() |
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
| ProgrammaticSkin | |
![]() |
styleChanged(styleProp:String):void
Whenever any style changes, redraw this skin.
| ProgrammaticSkin | |
|
validateDisplayList():void
| ChartDisplayElement | ||
![]() |
validateNow():void
Validate and update the properties and layout of this object
and redraw it, if necessary.
| ProgrammaticSkin | |
![]() |
validateProperties():void
| ProgrammaticSkin | |
|
validateSize(recursive:Boolean = false):void
| ChartDisplayElement | ||
| Method | Defined by | ||
|---|---|---|---|
|
activate():void
| ChartDisplayElement | ||
|
addedHandler(e:Event):void
| ChartDisplayElement | ||
![]() |
commitProperties():void
| ProgrammaticSkin | |
|
createChildren():void
| ChartDisplayElement | ||
|
deactivate():void
| ChartDisplayElement | ||
![]() |
deferLayout(state:Boolean):void
| ProgrammaticSkin | |
|
getParent():DisplayObjectContainer
| ChartDisplayElement | ||
|
initHierarchy():void
| ChartDisplayElement | ||
|
initialize():void
| ChartDisplayElement | ||
|
initializeStyles():void
| ChartDisplayElement | ||
![]() |
measure():void
| ProgrammaticSkin | |
![]() |
nestLevelChanged():void
| ProgrammaticSkin | |
|
plotSizeChangedHandler(e:Event):void
| ChartDisplayElement | ||
|
removedHandler(e:Event):void
| ChartDisplayElement | ||
![]() |
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
| ProgrammaticSkin | |
| Constant | Defined 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 | ||
| chart | property |
| chartDesc | property |
| chartParent | property |
| isSubChart | property |
isSubChart:Boolean [read-only]Implementation
public function get isSubChart():Boolean
| measuredHeight | property |
measuredHeight:Number [read-only]The measured height of this object.
Implementation public function get measuredHeight():Number
| measuredWidth | property |
measuredWidth:Number [read-only]The measured width of this object.
Implementation public function get measuredWidth():Number
| _parent | property |
protected var _parent:DisplayObjectContainer
| parent | property |
parent:DisplayObjectContainer [read-only]Implementation
public function get parent():DisplayObjectContainer
| ChartDisplayElement | () | constructor |
public function ChartDisplayElement()Constructor
| 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 |
| 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) |
| NESTLEVEL_AXIS | constant |
protected static const NESTLEVEL_AXIS:int = 10000
| NESTLEVEL_AXISSET | constant |
protected static const NESTLEVEL_AXISSET:int = 10001
| NESTLEVEL_LABELS | constant |
protected static const NESTLEVEL_LABELS:int = 10002
| NESTLEVEL_SERIES | constant |
protected static const NESTLEVEL_SERIES:int = 1000
| NESTLEVEL_SERIESSET | constant |
protected static const NESTLEVEL_SERIESSET:int = 1001