| Package | flare.vis.axis |
| Class | public class CartesianAxes |
| Inheritance | CartesianAxes Axes flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| borderColor : uint The axes border color.
| CartesianAxes | ||
| borderWidth : Number The line width of the axes border.
| CartesianAxes | ||
![]() | layoutBounds : Rectangle The layout bounds of the axes.
| Axes | |
| originX : Number [read-only] The x-coordinate of the axes' origin point.
| CartesianAxes | ||
| originY : Number [read-only] The y-coordinate of the axes' origin point.
| CartesianAxes | ||
| showBorder : Boolean Flag indicating if a border for the axes should be shown.
| CartesianAxes | ||
| showXLine : Boolean Flag indicating if the x-origin line should be shown.
| CartesianAxes | ||
| showYLine : Boolean Flag indicating if the y-origin line should be shown.
| CartesianAxes | ||
![]() | visualization : Visualization
The visualization the axes correspond to.
| Axes | |
| xAxis : Axis
[read-only] The x-axis.
| CartesianAxes | ||
| xLine : AxisGridLine
[read-only] Grid line for the origin along the x-axis.
| CartesianAxes | ||
| xReverse : Boolean = false Determines if the x-axis should be in reverse order.
| CartesianAxes | ||
| yAxis : Axis
[read-only] The y-axis.
| CartesianAxes | ||
| yLine : AxisGridLine
[read-only] Grid line for the origin along the y-axis.
| CartesianAxes | ||
| yReverse : Boolean = false Determines if the y-axis should be in reverse order.
| CartesianAxes | ||
| Method | Defined by | ||
|---|---|---|---|
|
CartesianAxes(vis:Visualization = null)
Creates new CartesianAxes.
| CartesianAxes | ||
|
Update these axes, performing filtering and layout as needed.
| CartesianAxes | ||
| borderColor | property |
borderColor:uint [read-write]The axes border color.
Implementation public function get borderColor():uint
public function set borderColor(value:uint):void
| borderWidth | property |
borderWidth:Number [read-write]The line width of the axes border.
Implementation public function get borderWidth():Number
public function set borderWidth(value:Number):void
| originX | property |
originX:Number [read-only]The x-coordinate of the axes' origin point.
Implementation public function get originX():Number
| originY | property |
originY:Number [read-only]The y-coordinate of the axes' origin point.
Implementation public function get originY():Number
| showBorder | property |
showBorder:Boolean [read-write]Flag indicating if a border for the axes should be shown.
Implementation public function get showBorder():Boolean
public function set showBorder(value:Boolean):void
| showXLine | property |
public var showXLine:BooleanFlag indicating if the x-origin line should be shown.
| showYLine | property |
public var showYLine:BooleanFlag indicating if the y-origin line should be shown.
| xAxis | property |
| xLine | property |
xLine:AxisGridLine [read-only]Grid line for the origin along the x-axis.
Implementation public function get xLine():AxisGridLine
| xReverse | property |
public var xReverse:Boolean = falseDetermines if the x-axis should be in reverse order.
| yAxis | property |
| yLine | property |
yLine:AxisGridLine [read-only]Grid line for the origin along the y-axis.
Implementation public function get yLine():AxisGridLine
| yReverse | property |
public var yReverse:Boolean = falseDetermines if the y-axis should be in reverse order.
| CartesianAxes | () | constructor |
public function CartesianAxes(vis:Visualization = null)Creates new CartesianAxes.
Parametersvis:Visualization (default = null) — the visualization the axes correspond to.
|
| update | () | method |
public override function update(trans:Transitioner = null):TransitionerUpdate these axes, performing filtering and layout as needed.
Parameterstrans:Transitioner (default = null) — a Transitioner for collecting value updates
|
Transitioner —
the input transitioner
|