Packageorg.apache.flex.charts.beads
Classpublic class HorizontalCategoryAxisBead
InheritanceHorizontalCategoryAxisBead Inheritance AxisBaseBead Inheritance Object
Implements IBead, IHorizontalAxisBead

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

The HorizontalCategoryAxisBead displays a horizontal axis with tick marks corresponding to data points identified by the categoryField property. This type of axis is useful for non-numeric plots.



Public Properties
 PropertyDefined By
 InheritedaxisGroup : IAxisGroup
The container space for lines, tick marks, etc.
AxisBaseBead
  axisHeight : Number
The height of the horizontal axis.
HorizontalCategoryAxisBead
 InheritedaxisStroke : IStroke
The stroke used to draw the line for the axis.
AxisBaseBead
  categoryField : String
The name of field within the chart data to used to categorize each of the axis data points.
HorizontalCategoryAxisBead
  gap : Number
The amount of space to leave between series.
HorizontalCategoryAxisBead
 Inheritedplacement : String
The placement of the axis with respect to the chart area.
AxisBaseBead
  strand : IStrand
[override]
HorizontalCategoryAxisBead
 InheritedtickFill : IFill
The stroke used to draw each tick label.
AxisBaseBead
 InheritedtickStroke : IStroke
The stroke used to draw each tick mark.
AxisBaseBead
Public Methods
 MethodDefined By
  
constructor.
HorizontalCategoryAxisBead
Protected Methods
 MethodDefined By
 Inherited
Removes all graphic elements.
AxisBaseBead
Property Detail
axisHeightproperty
axisHeight:Number

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

The height of the horizontal axis.


Implementation
    public function get axisHeight():Number
    public function set axisHeight(value:Number):void
categoryFieldproperty 
categoryField:String

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

The name of field within the chart data to used to categorize each of the axis data points.


Implementation
    public function get categoryField():String
    public function set categoryField(value:String):void
gapproperty 
gap:Number

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

The amount of space to leave between series. If a chart has several series, the bars for an X value are side by side with a gap between the groups of bars. The default is 20.


Implementation
    public function get gap():Number
    public function set gap(value:Number):void
strandproperty 
strand:IStrand[override]


Implementation
    public function get strand():IStrand
    public function set strand(value:IStrand):void
Constructor Detail
HorizontalCategoryAxisBead()Constructor
public function HorizontalCategoryAxisBead()

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

constructor.