Packageorg.apache.flex.charts.beads
Classpublic class XAxisBead
InheritanceXAxisBead Inheritance Object
Implements IBead, IChartAxis

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

The BoxItemRenderer displays a colored rectangular area suitable for use as an itemRenderer for a BarChartSeries. This class implements the IChartItemRenderer interface.



Public Properties
 PropertyDefined By
  labelField : String
The name of field witin the chart data to use to label each of the axis data points.
XAxisBead
  strand : IStrand
[write-only] The host component for this bead.
XAxisBead
Public Methods
 MethodDefined By
  
constructor.
XAxisBead
Property Detail
labelFieldproperty
labelField:String

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

The name of field witin the chart data to use to label each of the axis data points.


Implementation
    public function get labelField():String
    public function set labelField(value:String):void
strandproperty 
strand:IStrand  [write-only]

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

The host component for this bead.


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

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

constructor.