Package | org.apache.flex.charts.supportClasses |
Class | public class ChartAxisGroup |
Inheritance | ChartAxisGroup ![]() ![]() ![]() |
Implements | IAxisGroup, IChrome |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
Constructor. | ChartAxisGroup | ||
![]() | [override]
Add a bead to the strand. | UIBase | |
![]() | addedToParent():void
The method called when added to a parent. | UIBase | |
![]() | addElement(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
drawAxisLine(originX:Number, originY:Number, width:Number, height:Number, lineStroke:IStroke):void
Draws the axis line at the given position. | ChartAxisGroup | ||
drawHorizontalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Draws a horizontal tick label centered in the box at the given position. | ChartAxisGroup | ||
drawTickMarks(originX:Number, originY:Number, width:Number, height:Number, marks:String, tickStroke:IStroke):void
Draws an set of tick marks are determined in the marks path. | ChartAxisGroup | ||
drawVerticalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Draws a vertical tick label centered in the box at the given position. | ChartAxisGroup | ||
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIBase | |
![]() | getElementAt(index:int):Object
Get a component from the parent. | UIBase | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | UIBase | |
![]() | isHeightSizedToContent():Boolean | UIBase | |
![]() | isWidthSizedToContent():Boolean | UIBase | |
removeAllElements():void
Removes all of the items in the group. | ChartAxisGroup | ||
![]() |
Remove a bead from the strand. | UIBase | |
![]() | removeElement(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent. | UIBase | |
![]() | setHeight(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidth(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidthAndHeight(newWidth:Number, newHeight:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setX(value:Number):void | UIBase | |
![]() | setY(value:Number):void | UIBase |
ChartAxisGroup | () | Constructor |
public function ChartAxisGroup()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
drawAxisLine | () | method |
public function drawAxisLine(originX:Number, originY:Number, width:Number, height:Number, lineStroke:IStroke):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws the axis line at the given position.
Parameters
originX:Number — The upper left corner of the space into which the axis line is drawn.
| |
originY:Number — The upper left corner of the space into which the axis line is drawn.
| |
width:Number — The size of the box into which the line is drawn.
| |
height:Number — The size of the box into which the line is drawn.
| |
lineStroke:IStroke — The stroke to use to display the line.
|
drawHorizontalTickLabel | () | method |
public function drawHorizontalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws a horizontal tick label centered in the box at the given position.
Parameters
text:String — The label to display.
| |
xpos:Number — The x position of the label's upper left corner.
| |
ypos:Number — The y position of the label's upper left corner.
| |
boxWidth:Number — The size of the box into which the label should be drawn.
| |
boxHeight:Number — The size of the box into which the label should be drawn.
| |
tickFill:IFill — A fill to use to display the label.
|
Object |
drawTickMarks | () | method |
public function drawTickMarks(originX:Number, originY:Number, width:Number, height:Number, marks:String, tickStroke:IStroke):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws an set of tick marks are determined in the marks path.
Parameters
originX:Number — The upper left corner of the space into which the tick marks are drawn.
| |
originY:Number — The upper left corner of the space into which the tick marks are drawn.
| |
width:Number — The size of the box into which the tick marks are drawn.
| |
height:Number — The size of the box into which the tick marks are drawn.
| |
marks:String — The stroke to use to display the tick marks.
| |
tickStroke:IStroke |
drawVerticalTickLabel | () | method |
public function drawVerticalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws a vertical tick label centered in the box at the given position.
Parameters
text:String — The label to display.
| |
xpos:Number — The x position of the label's upper left corner.
| |
ypos:Number — The y position of the label's upper left corner.
| |
boxWidth:Number — The size of the box into which the label should be drawn.
| |
boxHeight:Number — The size of the box into which the label should be drawn.
| |
tickFill:IFill — A fill to use to display the label.
|
Object |
removeAllElements | () | method |
public function removeAllElements():void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Removes all of the items in the group.