axisWidth:Number Implementation public function get axisWidth():Number public function set axisWidth(value:Number):void
maximum
property
maximum:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The maximum value to be represented on this axis. If maximum is NaN,
the value is calculated from the data.
Implementation public function get maximum():Number public function set maximum(value:Number):void
minimum
property
minimum:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The minimun value to be represented on this axis. If minimum is NaN,
the value is calculated from the data.
Implementation public function get minimum():Number public function set minimum(value:Number):void
strand
property
strand:IStrand[override] Implementation public function get strand():IStrand public function set strand(value:IStrand):void
valueField
property
valueField:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The name of field within the chart data the holds the value being mapped
to this axis. If values should fall within minimum and maximum but if
not, they will be fixed to the closest value.
Implementation public function get valueField():String public function set valueField(value:String):void