| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IHorizontalAxisBead interface is a marker for any class that draws a
horizontal axis. The XAxisBead is an example that implements this interface.
axisHeight:Number| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The overall height of the axis, including its labels.
Implementation public function get axisHeight():Number public function set axisHeight(value:Number):voidmaximum:Number [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The explicit maximum value being represented by this axis. If
this value is not set, NaN is returned.
Implementation public function get maximum():Numberminimum:Number [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The explicit minimum value being represented by this axis. If
this value is not set, 0 is returned.
Implementation public function get minimum():Number
Mon Sep 5 2016, 07:19 AM -07:00