Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
An AxisLabelSet represents the label and tick data
generated by an implementation of IAxis.
public var accurate:Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
When returned from the getLabelEstimate()
method,
set to true
if the estimate accurately represents
the final labels to be rendered. This property is irrelevant
in other contexts.
public var labels:Array
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
An array of AxisLabel objects
representing the values of the generating axis.
public var minorTicks:Array
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
An array of values from 0 to 1
representing where to place minor tick marks along the axis.
public var ticks:Array
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
An array of values from 0 to 1
representing where to place tick marks along the axis.
public function AxisLabelSet()
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Mon Jul 9 2012, 07:18 PM -04:00