Package | org.apache.flex.charts.beads |
Class | public class HorizontalCategoryAxisBead |
Inheritance | HorizontalCategoryAxisBead ![]() ![]() |
Implements | IBead, IHorizontalAxisBead |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | axisGroup : IAxisGroup
The container space for lines, tick marks, etc. | AxisBaseBead | |
axisHeight : Number
The height of the horizontal axis. | HorizontalCategoryAxisBead | ||
![]() | axisStroke : 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 | ||
![]() | placement : String
The placement of the axis with respect to the chart area. | AxisBaseBead | |
strand : IStrand [override] | HorizontalCategoryAxisBead | ||
![]() | tickFill : IFill
The stroke used to draw each tick label. | AxisBaseBead | |
![]() | tickStroke : IStroke
The stroke used to draw each tick mark. | AxisBaseBead |
Method | Defined By | ||
---|---|---|---|
constructor. | HorizontalCategoryAxisBead |
axisHeight | property |
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.
public function get axisHeight():Number
public function set axisHeight(value:Number):void
categoryField | property |
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.
public function get categoryField():String
public function set categoryField(value:String):void
gap | property |
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.
public function get gap():Number
public function set gap(value:Number):void
strand | property |
strand:IStrand
[override] public function get strand():IStrand
public function set strand(value:IStrand):void
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.