Packageorg.apache.flex.charts.core
Interfacepublic interface IAxisBead extends IBead
Implementors AxisBaseBead



Public Properties
 PropertyDefined By
  axisGroup : IAxisGroup
The group space to use as the drawing area for the axis parts (lines, ticks, labels, etc.).
IAxisBead
  axisStroke : IStroke
The stroke used for the axis line
IAxisBead
  placement : String
The placement of the axis with respect to the chart area.
IAxisBead
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
  tickStroke : IStroke
The stroked used for the tick marks
IAxisBead
Property Detail
axisGroupproperty
axisGroup:IAxisGroup

The group space to use as the drawing area for the axis parts (lines, ticks, labels, etc.).


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

The stroke used for the axis line


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
tickStrokeproperty 
tickStroke:IStroke

The stroked used for the tick marks


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