ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.charts.chartClasses 

AxisLabelSet  - AS3 Flex

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
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  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
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

accurate

property
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.

labels

property 
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.

minorTicks

property 
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.

ticks

property 
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.