Packagecom.yahoo.astra.fl.charts.axes
Classpublic class TickPosition

Position values available to axis ticks.



Public Constants
 ConstantDefined by
  CROSS : String = "cross"
[static] The TickPosition.CROSS constant specifies display of chart axis ticks should be displayed crossing the axis.
TickPosition
  INSIDE : String = "inside"
[static] The TickPosition.INSIDE constant specifies display of chart axis ticks should be displayed on the inside of the axis.
TickPosition
  OUTSIDE : String = "outside"
[static] The TickPosition.OUTSIDE constant specifies that chart axis ticks should be displayed on the outside of the axis.
TickPosition
Constant detail
CROSSconstant
public static const CROSS:String = "cross"

The TickPosition.CROSS constant specifies display of chart axis ticks should be displayed crossing the axis.

INSIDEconstant 
public static const INSIDE:String = "inside"

The TickPosition.INSIDE constant specifies display of chart axis ticks should be displayed on the inside of the axis.

OUTSIDEconstant 
public static const OUTSIDE:String = "outside"

The TickPosition.OUTSIDE constant specifies that chart axis ticks should be displayed on the outside of the axis.