Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES


(Adobe Flex Charting 2 components only)
Packagemx.charts.chartClasses
Classpublic class AxisLabelSet
InheritanceAxisLabelSet Inheritance Object

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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  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
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property detail
accurateproperty
public var accurate:Boolean

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

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

minorTicksproperty 
public var minorTicks:Array

An array of values from 0 to 1 representing where to place minor tick marks along the axis.

ticksproperty 
public var ticks:Array

An array of values from 0 to 1 representing where to place tick marks along the axis.

Constructor detail
AxisLabelSet()constructor
public function AxisLabelSet()

Constructor.






collected by Jimbob 2007.05