Packageorg.apache.flex.charts.beads
Classpublic class AxisBaseBead
InheritanceAxisBaseBead Inheritance Object
Implements IAxisBead
Subclasses HorizontalCategoryAxisBead, HorizontalLinearAxisBead, VerticalCategoryAxisBead, VerticalLinearAxisBead

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The AxisBaseBead is the base class for the chart axis beads.



Public Properties
 PropertyDefined By
  axisGroup : IAxisGroup
The container space for lines, tick marks, etc.
AxisBaseBead
  axisStroke : IStroke
The stroke used to draw the line for the axis.
AxisBaseBead
  placement : String
The placement of the axis with respect to the chart area.
AxisBaseBead
  strand : IStrand
AxisBaseBead
  tickFill : IFill
The stroke used to draw each tick label.
AxisBaseBead
  tickStroke : IStroke
The stroke used to draw each tick mark.
AxisBaseBead
Public Methods
 MethodDefined By
  
Constructor.
AxisBaseBead
Protected Methods
 MethodDefined By
  
Removes all graphic elements.
AxisBaseBead
Property Detail
axisGroupproperty
axisGroup:IAxisGroup

The container space for lines, tick marks, etc.


Implementation
    public function get axisGroup():IAxisGroup
    public function set axisGroup(value:IAxisGroup):void
axisStrokeproperty 
axisStroke:IStroke

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The stroke used to draw the line for the axis.


Implementation
    public function get axisStroke():IStroke
    public function set axisStroke(value:IStroke):void
placementproperty 
placement:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The placement of the axis with respect to the chart area. Valid values are: top, bottom (for IHorizontalAxisBeads), left, and right (for IVerticalAxisBeads).


Implementation
    public function get placement():String
    public function set placement(value:String):void
strandproperty 
strand:IStrand


Implementation
    public function get strand():IStrand
    public function set strand(value:IStrand):void
tickFillproperty 
tickFill:IFill

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The stroke used to draw each tick label.


Implementation
    public function get tickFill():IFill
    public function set tickFill(value:IFill):void
tickStrokeproperty 
tickStroke:IStroke

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The stroke used to draw each tick mark.


Implementation
    public function get tickStroke():IStroke
    public function set tickStroke(value:IStroke):void
Constructor Detail
AxisBaseBead()Constructor
public function AxisBaseBead()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.

Method Detail
clearGraphics()method
protected function clearGraphics():void

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Removes all graphic elements.