YUI recommends YUI3.

YUI 2 has been deprecated since 2011. This site acts as an archive for files and documentation.

This documentation is no longer maintained.

Yahoo! UI Library

Charts Widget  2.9.0

Yahoo! UI Library > charts > YAHOO.widget.NumericAxis
Search:
 
Filters

Class YAHOO.widget.NumericAxis - extends YAHOO.widget.Axis

A type of axis whose units are measured in numeric values.

Constructor

YAHOO.widget.NumericAxis ( )

Properties

adjustMaximumByMajorUnit - Boolean

Indicates whether to extend maximum beyond data's maximum to the nearest majorUnit.

adjustMinimumByMajorUnit - Boolean

Indicates whether to extend the minimum beyond data's minimum to the nearest majorUnit.

alwaysShowZero - Boolean

If true, and the bounds are calculated automatically, either the minimum or maximum will be set to zero.

calculateByLabelSize - Boolean

Indicates whether to factor in the size of the labels when calculating a major unit.

majorUnit - Number

The spacing between major intervals on this axis.

maximum - Number

The maximum value drawn by the axis. If not set explicitly, the axis maximum will be calculated automatically.

minimum - Number

The minimum value drawn by the axis. If not set explicitly, the axis minimum will be calculated automatically.

minorUnit - Number

The spacing between minor intervals on this axis.

position - String

Indicates the position of the axis relative to the chart

roundMajorUnit - Boolean

Indicates whether to round the major unit.

scale - String

The scaling algorithm to use on this axis. May be "linear" or "logarithmic".

snapToUnits - Boolean

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.

stackingEnabled - Boolean

Series that are stackable will only stack when this value is set to true.


Copyright © 2011 Yahoo! Inc. All rights reserved.