| Package | xp.charting |
| Class | public class AxisMarker |
| Inheritance | AxisMarker ChartStyleClient ChartDisplayElement ProgrammaticSkin mx.core.FlexSprite |
| Property | Defined by | ||
|---|---|---|---|
| axis : Axis
The axis we are attached to
| AxisMarker | ||
![]() | chart : IChartArea | ChartDisplayElement | |
![]() | chartDesc : ChartDesc | ChartDisplayElement | |
![]() | chartParent : IChart | ChartDisplayElement | |
![]() | className : String | ChartStyleClient | |
| fill : IFill
The fill for the band
| AxisMarker | ||
![]() | height : Number | ProgrammaticSkin | |
![]() | inheritingStyles : Object | ChartStyleClient | |
![]() | initialized : Boolean | ProgrammaticSkin | |
| isOnTop : Boolean
The x axis value of the line end point
| AxisMarker | ||
![]() | isSubChart : Boolean | ChartDisplayElement | |
| labelAlignment : Number = 1
The label placement
| AxisMarker | ||
![]() | 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 | |
| stroke : IStroke
The stroke for the line
| AxisMarker | ||
![]() | styleDeclaration : CSSStyleDeclaration | ChartStyleClient | |
![]() | styleName : Object | ChartStyleClient | |
| _text : String | AxisMarker | ||
| text : String
The label text to display with the line
| AxisMarker | ||
![]() | updateCompletePendingFlag : Boolean | ProgrammaticSkin | |
| value : *
The x axis value of the line starting point
| AxisMarker | ||
| valueHigh : *
The y axis value of the line starting point
| AxisMarker | ||
| valueLow : *
The x axis value of the line end point
| AxisMarker | ||
![]() | width : Number | ProgrammaticSkin | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
activate():void
| ChartDisplayElement | |
![]() |
addedHandler(e:Event):void
| ChartDisplayElement | |
|
axisRangeChangeHandler(e:Event):void
| AxisMarker | ||
|
commitProperties():void
| AxisMarker | ||
|
createChildren():void
| AxisMarker | ||
![]() |
deactivate():void
| ChartDisplayElement | |
![]() |
deferLayout(state:Boolean):void
| ProgrammaticSkin | |
![]() |
getParent():DisplayObjectContainer
| ChartDisplayElement | |
![]() |
initHierarchy():void
| ChartDisplayElement | |
![]() |
initialize():void
| ChartDisplayElement | |
![]() |
initializeStyles():void
| ChartStyleClient | |
![]() |
initTextFields():void
| ChartStyleClient | |
![]() |
measure():void
| ProgrammaticSkin | |
![]() |
nestLevelChanged():void
| ProgrammaticSkin | |
![]() |
notifyTextFieldStyleChange(styleProp:String):void
| ChartStyleClient | |
![]() |
plotSizeChangedHandler(e:Event):void
| ChartDisplayElement | |
![]() |
removedHandler(e:Event):void
| ChartDisplayElement | |
|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
| AxisMarker | ||
| axis | property |
axis:Axis [read-write]The axis we are attached to
Implementation public function get axis():Axis
public function set axis(value:Axis):void
| fill | property |
public var fill:IFillThe fill for the band
| isOnTop | property |
isOnTop:Boolean [read-write]The x axis value of the line end point
Implementation public function get isOnTop():Boolean
public function set isOnTop(value:Boolean):void
| labelAlignment | property |
public var labelAlignment:Number = 1The label placement
| stroke | property |
public var stroke:IStrokeThe stroke for the line
| _text | property |
public var _text:String
| text | property |
text:String [read-write]The label text to display with the line
Implementation public function get text():String
public function set text(value:String):void
| value | property |
value:* [read-write]The x axis value of the line starting point
Implementation public function get value():*
public function set value(value:*):void
| valueHigh | property |
valueHigh:* [read-write]The y axis value of the line starting point
Implementation public function get valueHigh():*
public function set valueHigh(value:*):void
| valueLow | property |
valueLow:* [read-write]The x axis value of the line end point
Implementation public function get valueLow():*
public function set valueLow(value:*):void
| axisRangeChangeHandler | () | method |
protected function axisRangeChangeHandler(e:Event):voidParameters
e:Event |
| commitProperties | () | method |
protected override function commitProperties():void
| createChildren | () | method |
protected override function createChildren():void
| initMarker | () | method |
| updateDisplayList | () | method |
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number |
|
unscaledHeight:Number |