Packageorg.apache.flex.charts.beads
Classpublic class VerticalLinearAxisBead
InheritanceVerticalLinearAxisBead 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 VerticalLinearAxisBead class provides a vertical axis that uses a numeric range.



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
VerticalLinearAxisBead
  maximum : Number
The maximum value to be represented on this axis.
VerticalLinearAxisBead
  minimum : Number
The minimun value to be represented on this axis.
VerticalLinearAxisBead
 Inheritedplacement : String
The placement of the axis with respect to the chart area.
AxisBaseBead
  strand : IStrand
[override]
VerticalLinearAxisBead
 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.
VerticalLinearAxisBead
Public Methods
 MethodDefined By
  
VerticalLinearAxisBead
Protected Methods
 MethodDefined By
 Inherited
Removes all graphic elements.
AxisBaseBead
Property Detail
axisWidthproperty
axisWidth:Number


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