Class YAHOO.widget.NumericAxis
- extends YAHOO.widget.Axis
A type of axis whose units are measured in numeric values.
Constructor
YAHOO.widget.NumericAxis
(
)
Properties
If true, and the bounds are calculated automatically, either the minimum or
maximum will be set to zero.
The spacing between major intervals on this axis.
The maximum value drawn by the axis. If not set explicitly, the axis maximum
will be calculated automatically.
The minimum value drawn by the axis. If not set explicitly, the axis minimum
will be calculated automatically.
The spacing between minor intervals on this axis.
Indicates whether to round the major unit.
The scaling algorithm to use on this axis. May be "linear" or "logarithmic".
If true, the labels, ticks, gridlines, and other objects will snap to
the nearest major or minor unit. If false, their position will be based
on the minimum value.
Series that are stackable will only stack when this value is set to true.