Class YAHOO.widget.NumericAxis
- extends YAHOO.widget.Axis
A type of axis whose units are measured in numeric values.
Constructor
YAHOO.widget.NumericAxis
(
)
Properties
Indicates whether to extend maximum beyond data's maximum to the nearest
majorUnit.
Indicates whether to extend the minimum beyond data's minimum to the nearest
majorUnit.
If true, and the bounds are calculated automatically, either the minimum or
maximum will be set to zero.
Indicates whether to factor in the size of the labels when calculating a major unit.
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 the position of the axis relative to the chart
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.