Packageorg.apache.flex.charts.beads
Classpublic class HorizontalLinearAxisBead
InheritanceHorizontalLinearAxisBead 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 HorizontalLinearAxisBead class provides a horizontal axis that uses a numeric range.



Public Properties
 PropertyDefined By
 InheritedaxisGroup : IAxisGroup
The container space for lines, tick marks, etc.
AxisBaseBead
  axisHeight : Number
The height of the horizontal axis.
HorizontalLinearAxisBead
 InheritedaxisStroke : IStroke
The stroke used to draw the line for the axis.
AxisBaseBead
  maximum : Number
The maximum value to be represented on this axis.
HorizontalLinearAxisBead
  minimum : Number
The minimun value to be represented on this axis.
HorizontalLinearAxisBead
 Inheritedplacement : String
The placement of the axis with respect to the chart area.
AxisBaseBead
  strand : IStrand
[override]
HorizontalLinearAxisBead
 InheritedtickFill : IFill
The stroke used to draw each tick label.
AxisBaseBead
 InheritedtickStroke : IStroke
The stroke used to draw each tick mark.
AxisBaseBead
  valueField : String
The name of field within the chart data the holds the value being mapped to this axis.
HorizontalLinearAxisBead
Public Methods
 MethodDefined By
  
constructor.
HorizontalLinearAxisBead
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
maximumproperty 
maximum:Number

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

The maximum value to be represented on this axis. If maximum is NaN, the value is calculated from the data.


Implementation
    public function get maximum():Number
    public function set maximum(value:Number):void
minimumproperty 
minimum:Number

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

The minimun value to be represented on this axis. If minimum is NaN, the value is calculated from the data.


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


Implementation
    public function get strand():IStrand
    public function set strand(value:IStrand):void
valueFieldproperty 
valueField: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 the holds the value being mapped to this axis. If values should fall within minimum and maximum but if not, they will be fixed to the closest value.


Implementation
    public function get valueField():String
    public function set valueField(value:String):void
Constructor Detail
HorizontalLinearAxisBead()Constructor
public function HorizontalLinearAxisBead()

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

constructor.