Packagecom.yahoo.astra.fl.charts.axes
Classpublic class VerticalAxisRenderer
InheritanceVerticalAxisRenderer Inheritance DefaultAxisRenderer Inheritance fl.core.UIComponent
ImplementsICartesianAxisRenderer

The default vertical axis renderer for a cartesian chart.

See also

com.yahoo.astra.fl.charts.CartesianChart


Public Properties
 PropertyDefined by
 InheritedcontentBounds : Rectangle
Represents the area where content should be drawn within the axis.
DefaultAxisRenderer
 Inheritedlength : Number
The total length of the axis renderer, in pixels.
DefaultAxisRenderer
 InheritedmajorUnitSetByUser : Boolean
Indicates whether the major unit is user-defined or generated by the axis.
DefaultAxisRenderer
 InheritedminorTicks : Array
An Array of AxisData objects specifying the positions of the minor ticks.
DefaultAxisRenderer
 Inheritedorientation : String
Determines if the axis is displayed vertically or horizontally.
DefaultAxisRenderer
 InheritedouterTickOffset : Number
DefaultAxisRenderer
 Inheritedposition : String
Indicates alignment of axis
DefaultAxisRenderer
 Inheritedticks : Array
An Array of AxisData objects specifying the positions of the ticks.
DefaultAxisRenderer
 Inheritedtitle : String
The title text to display on the axis.
DefaultAxisRenderer
Public Methods
 MethodDefined by
  
VerticalAxisRenderer
 Inherited
updateAxis():void
Calculates the contentBounds value for the axis renderer.
DefaultAxisRenderer
Styles
 StyleDescriptionDefined by
 Inherited Type: uint
The line color for the axis.
DefaultAxisRenderer
 Inherited Type: int
The line weight, in pixels, for the axis.
DefaultAxisRenderer
 Inherited Type: Boolean
If true, labels that overlap previously drawn labels on the axis will be hidden.
DefaultAxisRenderer
 Inherited Type: Number
The distance, in pixels, between a label and the axis.
DefaultAxisRenderer
 Inherited Type: Number
The angle, in degrees, of the labels on the axis.
DefaultAxisRenderer
 Inherited Type: uint
The line color for the minor ticks on the axis.
DefaultAxisRenderer
 Inherited Type: Number
The length of the minor ticks on the axis.
DefaultAxisRenderer
 Inherited Type: String
The position of the minor ticks on the axis.
DefaultAxisRenderer
 Inherited Type: int
The line weight, in pixels, for the minor ticks on the axis.
DefaultAxisRenderer
 Inherited Type: Boolean
If false, the axis is not drawn.
DefaultAxisRenderer
 Inherited Type: Boolean
If true, labels will be displayed on the axis.
DefaultAxisRenderer
 Inherited Type: Boolean
If true, ticks will be displayed on the axis at minor positions.
DefaultAxisRenderer
 Inherited Type: Boolean
If true, ticks will be displayed on the axis.
DefaultAxisRenderer
 Inherited Type: Boolean
If true, the axis title will be displayed.
DefaultAxisRenderer
 Inherited Type: uint
The line color for the ticks on the axis.
DefaultAxisRenderer
 Inherited Type: Number
The length, in pixels, of the ticks on the axis.
DefaultAxisRenderer
 Inherited Type: String
The position of the ticks on the axis.
DefaultAxisRenderer
 Inherited Type: int
The line weight, in pixels, for the ticks on the axis.
DefaultAxisRenderer
 Inherited Type: Number
The distance, in pixels, between a title and the axis labels.
DefaultAxisRenderer
 Inherited Type: Number
The angle, in degrees, of the title on the axis.
DefaultAxisRenderer
 Inherited Type: TextFormat
The TextFormat object to use to render the axis title label.
DefaultAxisRenderer
Constructor detail
VerticalAxisRenderer()constructor
public function VerticalAxisRenderer()