Packageorg.apache.flex.charts.beads
Classpublic class VerticalCategoryAxisBead
InheritanceVerticalCategoryAxisBead Inheritance AxisBaseBead Inheritance Object
Implements IBead, IVerticalAxisBead

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

The VerticalCategoryAxisBead displays a vertical 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
 InheritedaxisStroke : IStroke
The stroke used to draw the line for the axis.
AxisBaseBead
  axisWidth : Number
The overall width of the axis.
VerticalCategoryAxisBead
  categoryField : String
The name of field within the chart data to used to categorize each of the axis data points.
VerticalCategoryAxisBead
  gap : Number
The amount of space to leave between series.
VerticalCategoryAxisBead
 Inheritedplacement : String
The placement of the axis with respect to the chart area.
AxisBaseBead
  strand : IStrand
[override]
VerticalCategoryAxisBead
 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.
VerticalCategoryAxisBead
Protected Methods
 MethodDefined By
 Inherited
Removes all graphic elements.
AxisBaseBead
Property Detail
axisWidthproperty
axisWidth:Number

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

The overall width of the axis.


Implementation
    public function get axisWidth():Number
    public function set axisWidth(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.


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
VerticalCategoryAxisBead()Constructor
public function VerticalCategoryAxisBead()

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

constructor.