/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_chart_TimeAxis({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":"Ext.chart.Axis","uses":[],"html":"
Hierarchy
Ext.chart.AxisExt.chart.TimeAxisFiles
A type of axis whose units are measured in time-based values.
\nIndicates whether to factor in the size of the labels when calculating a\nmajor unit.
\nDefaults to: true
If true, labels that overlap previously drawn labels on the axis will be hidden.
\nDefaults to: true
A string reference to the globally-accessible function that may be called to\ndetermine each of the label values for this axis.
\nThe space, in pixels, between labels on an axis.
\nDefaults to: 2
The spacing between major intervals on this axis.
\nThe spacing between major intervals on this axis.
\nThe maximum value drawn by the axis. If not set explicitly, the axis\nmaximum will be calculated automatically.
\nThe minimum value drawn by the axis. If not set explicitly, the axis\nminimum will be calculated automatically.
\nThe spacing between minor intervals on this axis.
\nThe spacing between minor intervals on this axis.
\nThe direction in which the axis is drawn. May be \"horizontal\" or \"vertical\".
\nDefaults to: "horizontal"
If true, the items on the axis will be drawn in opposite direction.
\nDefaults to: false
If true, the labels, ticks, gridlines, and other objects will snap to the\nnearest major or minor unit. If false, their position will be based on\nthe minimum value.
\nDefaults to: true
Series that are stackable will only stack when this value is set to true.
\nDefaults to: false