| Package | flare.vis.axis |
| Class | public class AxisGridLine |
| Inheritance | AxisGridLine LineSprite DirtySprite flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
![]() | angle : Number The angle value of this sprite's position in polar co-ordinates.
| DirtySprite | |
![]() | height : Number
If dirty, this sprite is re-rendered before returning the height.
| DirtySprite | |
![]() | lineColor : uint The color of the line.
| LineSprite | |
![]() | lineWidth : Number The width of the line.
| LineSprite | |
| ordinal : int The ordinal index of this grid line in the list of grid lines.
| AxisGridLine | ||
![]() | origin : Point The origin point for polar coordinates.
| DirtySprite | |
![]() | radius : Number The radius value of this sprite's position in polar co-ordinates.
| DirtySprite | |
| value : Object The data value represented by this axis grid line.
| AxisGridLine | ||
![]() | width : Number
If dirty, this sprite is re-rendered before returning the width.
| DirtySprite | |
![]() | x : Number | DirtySprite | |
![]() | x1 : Number The x-coordinate for the first line endpoint.
| LineSprite | |
![]() | x2 : Number The x-coordinate for the second line endpoint.
| LineSprite | |
![]() | y : Number | DirtySprite | |
![]() | y1 : Number The y-coordinate for the first line endpoint.
| LineSprite | |
![]() | y2 : Number The y-coordinate for the second line endpoint.
| LineSprite | |
| ordinal | property |
ordinal:int [read-write]The ordinal index of this grid line in the list of grid lines.
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 grid line.
Implementation public function get value():Object
public function set value(value:Object):void