Package | org.apache.flex.charts.beads |
Class | public class VerticalCategoryAxisBead |
Inheritance | VerticalCategoryAxisBead ![]() ![]() |
Implements | IBead, IVerticalAxisBead |
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 | |
![]() | axisStroke : 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 | ||
![]() | placement : String
The placement of the axis with respect to the chart area. | AxisBaseBead | |
strand : IStrand [override] | VerticalCategoryAxisBead | ||
![]() | 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. | VerticalCategoryAxisBead |
axisWidth | property |
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.
public function get axisWidth():Number
public function set axisWidth(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.
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
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.