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

Scale types available to IAxis objects.



Public Constants
 ConstantDefined by
  LINEAR : String = "linear"
[static] The ScaleType.LINEAR constant specifies that chart axis objects should be displayed on a linear scale.
ScaleType
  LOGARITHMIC : String = "logarithmic"
[static] The ScaleType.LOGARITHMIC constant specifies that chart axis objects should be displayed on a logarithmic scale.
ScaleType
Constant detail
LINEARconstant
public static const LINEAR:String = "linear"

The ScaleType.LINEAR constant specifies that chart axis objects should be displayed on a linear scale.

LOGARITHMICconstant 
public static const LOGARITHMIC:String = "logarithmic"

The ScaleType.LOGARITHMIC constant specifies that chart axis objects should be displayed on a logarithmic scale.