Packagexp.charting
Classpublic class AxisMarker
InheritanceAxisMarker Inheritance ChartStyleClient Inheritance ChartDisplayElement Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite



Public Properties
 PropertyDefined by
  axis : Axis
The axis we are attached to
AxisMarker
 Inheritedchart : IChartArea
ChartDisplayElement
 InheritedchartDesc : ChartDesc
ChartDisplayElement
 InheritedchartParent : IChart
ChartDisplayElement
 InheritedclassName : String
ChartStyleClient
  fill : IFill
The fill for the band
AxisMarker
 Inheritedheight : Number
ProgrammaticSkin
 InheritedinheritingStyles : Object
ChartStyleClient
 Inheritedinitialized : Boolean
ProgrammaticSkin
  isOnTop : Boolean
The x axis value of the line end point
AxisMarker
 InheritedisSubChart : Boolean
ChartDisplayElement
  labelAlignment : Number = 1
The label placement
AxisMarker
 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
  stroke : IStroke
The stroke for the line
AxisMarker
 InheritedstyleDeclaration : CSSStyleDeclaration
ChartStyleClient
 InheritedstyleName : Object
ChartStyleClient
  _text : String
AxisMarker
  text : String
The label text to display with the line
AxisMarker
 InheritedupdateCompletePendingFlag : 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
 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
 Inherited
clearStyle(styleProp:String):void
ChartStyleClient
 Inherited
ChartStyleClient
 Inherited
ChartStyleClient
 Inherited
getStyle(styleProp:String):*
ChartStyleClient
 Inherited
initElement(chart:IChartArea):void
ChartDisplayElement
  
initMarker(chart:IChartArea, axis:Axis):void
AxisMarker
 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
 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
 Inherited
activate():void
ChartDisplayElement
 Inherited
addedHandler(e:Event):void
ChartDisplayElement
  
axisRangeChangeHandler(e:Event):void
AxisMarker
  
AxisMarker
  
AxisMarker
 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
 Inherited
plotSizeChangedHandler(e:Event):void
ChartDisplayElement
 Inherited
removedHandler(e:Event):void
ChartDisplayElement
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
AxisMarker
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
Property detail
axisproperty
axis:Axis  [read-write]

The axis we are attached to

Implementation
    public function get axis():Axis
    public function set axis(value:Axis):void
fillproperty 
public var fill:IFill

The fill for the band

isOnTopproperty 
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
labelAlignmentproperty 
public var labelAlignment:Number = 1

The label placement

strokeproperty 
public var stroke:IStroke

The stroke for the line

_textproperty 
public var _text:String
textproperty 
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
valueproperty 
value:*  [read-write]

The x axis value of the line starting point

Implementation
    public function get value():*
    public function set value(value:*):void
valueHighproperty 
valueHigh:*  [read-write]

The y axis value of the line starting point

Implementation
    public function get valueHigh():*
    public function set valueHigh(value:*):void
valueLowproperty 
valueLow:*  [read-write]

The x axis value of the line end point

Implementation
    public function get valueLow():*
    public function set valueLow(value:*):void
Method detail
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 
public function initMarker(chart:IChartArea, axis:Axis):voidParameters
chart:IChartArea
 
axis:Axis
updateDisplayList()method 
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number
 
unscaledHeight:Number