| Package | xp.charting |
| Class | public class Axes |
| Inheritance | Axes ChartBackground ChartElementContainer ChartStyleClient ChartDisplayElement ProgrammaticSkin mx.core.FlexSprite |
| Property | Defined by | ||
|---|---|---|---|
| axes : Array [read-only]
The axes used by the chart this Axes is attached to
If this is a ISubChart this is a combination of the local axes and the global axes
| Axes | ||
![]() | chart : IChartArea | ChartDisplayElement | |
| chartAxes : Array [read-only]
The local explicitly assigned axes for the chart this Axes set is attached to
| Axes | ||
![]() | chartDesc : ChartDesc | ChartDisplayElement | |
![]() | chartParent : IChart | ChartDisplayElement | |
![]() | className : String | ChartStyleClient | |
![]() | height : Number | ProgrammaticSkin | |
![]() | inheritingStyles : Object | ChartStyleClient | |
![]() | initialized : Boolean | ProgrammaticSkin | |
![]() | isSubChart : Boolean | ChartDisplayElement | |
![]() | measuredHeight : Number
The measured height of this object.
| ChartDisplayElement | |
![]() | measuredWidth : Number
The measured width of this object.
| ChartDisplayElement | |
![]() | nestLevel : int | ProgrammaticSkin | |
![]() | nonInheritingStyles : Object | ChartStyleClient | |
![]() | parent : DisplayObjectContainer | ChartDisplayElement | |
![]() | processedDescriptors : Boolean | ProgrammaticSkin | |
![]() | styleDeclaration : CSSStyleDeclaration | ChartStyleClient | |
![]() | styleName : Object | ChartStyleClient | |
![]() | updateCompletePendingFlag : Boolean | ProgrammaticSkin | |
![]() | width : Number | ProgrammaticSkin | |
| Method | Defined by | ||
|---|---|---|---|
|
Axes()
| Axes | ||
![]() |
addElement(element:DisplayObject, front:Boolean = true):void
| ChartElementContainer | |
![]() |
clearStyle(styleProp:String):void
| ChartStyleClient | |
![]() |
determineTextFormatFromStyles():UITextFormat
| ChartStyleClient | |
|
Returns the axis at the specified index
| Axes | ||
![]() |
getAxisBackground():Shape
| ChartElementContainer | |
![]() |
getClassStyleDeclarations():Array
| ChartStyleClient | |
![]() |
getStyle(styleProp:String):*
| ChartStyleClient | |
![]() |
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 | |
|
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
| Axes | ||
![]() |
parentChanged(p:DisplayObjectContainer):void
| ChartStyleClient | |
![]() |
regenerateStyleCache(recursive:Boolean):void
| ChartStyleClient | |
![]() |
registerEffects(effects:Array):void
| ChartStyleClient | |
![]() |
removeElement(element:DisplayObject, front:Boolean = true):void
| ChartElementContainer | |
![]() |
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
| ProgrammaticSkin | |
![]() |
setStyle(styleProp:String, newValue:*):void
| ChartStyleClient | |
![]() |
styleChanged(styleProp:String):void
| ChartStyleClient | |
![]() |
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 | |
| axes | property |
axes:Array [read-only]The axes used by the chart this Axes is attached to If this is a ISubChart this is a combination of the local axes and the global axes
Implementation public function get axes():Array
| chartAxes | property |
chartAxes:Array [read-only]The local explicitly assigned axes for the chart this Axes set is attached to
Implementation public function get chartAxes():Array
| Axes | () | constructor |
public function Axes()
| axesChangedHandler | () | method |
protected function axesChangedHandler(e:Event):voidParameters
e:Event |
| getAxisAt | () | method |
public function getAxisAt(index:int):AxisReturns the axis at the specified index
Parametersindex:int |
Axis |
| initialize | () | method |
protected override function initialize():void
| notifyStyleChangeInChildren | () | method |
public override function notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):voidParameters
styleProp:String |
|
recursive:Boolean |
| setChartAxes | () | method |
protected function setChartAxes(axes:Array):voidParameters
axes:Array |
| setChartParentAxes | () | method |
protected function setChartParentAxes(axes:Array):voidParameters
axes:Array |