Packagemx.charts.chartClasses
Classpublic class AxisLabelSet
InheritanceAxisLabelSet Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An AxisLabelSet represents the label and tick data generated by an implementation of IAxis.



Public Properties
 PropertyDefined By
  accurate : Boolean
When returned from the getLabelEstimate() method, set to true if the estimate accurately represents the final labels to be rendered.
AxisLabelSet
  labels : Array
An array of AxisLabel objects representing the values of the generating axis.
AxisLabelSet
  minorTicks : Array
An array of values from 0 to 1 representing where to place minor tick marks along the axis.
AxisLabelSet
  ticks : Array
An array of values from 0 to 1 representing where to place tick marks along the axis.
AxisLabelSet
Public Methods
 MethodDefined By
  
Constructor.
AxisLabelSet
Property Detail
accurateproperty
public var accurate:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

labelsproperty 
public var labels:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An array of AxisLabel objects representing the values of the generating axis.

minorTicksproperty 
public var minorTicks:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

ticksproperty 
public var ticks:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
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.

Constructor Detail
AxisLabelSet()Constructor
public function AxisLabelSet()

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.