| 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
verical axis. The YAxisBead is an example that implements this interface.
axisWidth:Number| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The overall width of the horizontal axis.
Implementation public function get axisWidth():Number public function set axisWidth(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