| Package | flare.vis.axis |
| Class | public class AxisLabel |
| Inheritance | AxisLabel TextSprite DirtySprite flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
![]() | angle : Number The angle value of this sprite's position in polar co-ordinates.
| DirtySprite | |
![]() | bitmap : Bitmap The bitmap of the text, if in BITMAP mode.
| TextSprite | |
![]() | bold : Boolean
The boldness of the text.
| TextSprite | |
![]() | color : uint
The color of the text.
| TextSprite | |
![]() | font : String
The font to the text.
| TextSprite | |
![]() | height : Number
If dirty, this sprite is re-rendered before returning the height.
| DirtySprite | |
![]() | horizontalAnchor : int
The horizontal anchor for the text, one of LEFT, RIGHT, or CENTER.
| TextSprite | |
![]() | htmlText : String
The html text shown by this TextSprite.
| TextSprite | |
![]() | italic : Boolean
The italics of the text.
| TextSprite | |
![]() | kerning : Boolean
The kerning of the text.
| TextSprite | |
![]() | letterSpacing : int
The letter-spacing of the text.
| TextSprite | |
| ordinal : int The ordinal index of this axis label in the list of labels.
| AxisLabel | ||
![]() | origin : Point The origin point for polar coordinates.
| DirtySprite | |
![]() | radius : Number The radius value of this sprite's position in polar co-ordinates.
| DirtySprite | |
![]() | size : Number
The size of the text.
| TextSprite | |
![]() | text : String
The text shown by this TextSprite.
| TextSprite | |
![]() | textField : TextField The TextField instance backing this TextSprite.
| TextSprite | |
![]() | textFormat : TextFormat The default text format for this text sprite.
| TextSprite | |
![]() | textMode : int
The text rendering mode for this TextSprite, one of BITMAP,
DEVICE, or EMBED.
| TextSprite | |
![]() | underline : Boolean
The underline of the text.
| TextSprite | |
| value : Object The data value represented by this axis label.
| AxisLabel | ||
![]() | verticalAnchor : int
The vertical anchor for the text, one of TOP, BOTTOM, or MIDDLE.
| TextSprite | |
![]() | width : Number
If dirty, this sprite is re-rendered before returning the width.
| DirtySprite | |
![]() | x : Number | DirtySprite | |
![]() | y : Number | DirtySprite | |
| ordinal | property |
ordinal:int [read-write]The ordinal index of this axis label in the list of labels.
Implementation public function get ordinal():int
public function set ordinal(value:int):void
| value | property |
value:Object [read-write]The data value represented by this axis label.
Implementation public function get value():Object
public function set value(value:Object):void