YUI recommends YUI 3.

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

Yahoo! UI Library

Charts Widget  2.5.0

Yahoo! UI Library > charts > YAHOO.widget.TimeAxis

Show Private Show Protected

Class YAHOO.widget.TimeAxis

A type of axis whose units are measured in time-based values.

Constructor

YAHOO.widget.TimeAxis ( )

Properties

majorTimeUnit - String

The time unit used by the majorUnit.

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 - Date

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

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.


Copyright © 2007 Yahoo! Inc. All rights reserved.