| Package | org.apache.flex.charts.core |
| Interface | public interface IAxisBead extends IBead |
| Implementors | AxisBaseBead |
| Property | Defined By | ||
|---|---|---|---|
| axisGroup : IAxisGroup
The group space to use as the drawing area for the axis parts
(lines, ticks, labels, etc.). | IAxisBead | ||
| axisStroke : IStroke
The stroke used for the axis line
| IAxisBead | ||
| placement : String
The placement of the axis with respect to the chart area. | IAxisBead | ||
![]() | strand : IStrand [write-only]
The host component for this bead. | IBead | |
| tickStroke : IStroke
The stroked used for the tick marks
| IAxisBead | ||
| axisGroup | property |
axisGroup:IAxisGroupThe group space to use as the drawing area for the axis parts (lines, ticks, labels, etc.).
public function get axisGroup():IAxisGroup public function set axisGroup(value:IAxisGroup):void| axisStroke | property |
axisStroke:IStrokeThe stroke used for the axis line
public function get axisStroke():IStroke public function set axisStroke(value:IStroke):void| placement | property |
placement:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The placement of the axis with respect to the chart area. Valid values are: top, bottom (for IHorizontalAxisBeads), left, and right (for IVerticalAxisBeads).
public function get placement():String public function set placement(value:String):void| tickStroke | property |
tickStroke:IStrokeThe stroked used for the tick marks
public function get tickStroke():IStroke public function set tickStroke(value:IStroke):void