X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.chart.TimeAxis.html diff --git a/docs/output/Ext.chart.TimeAxis.html b/docs/output/Ext.chart.TimeAxis.html index 0348ab6d..8013ecc2 100644 --- a/docs/output/Ext.chart.TimeAxis.html +++ b/docs/output/Ext.chart.TimeAxis.html @@ -1,8 +1,9 @@ -
Axis TimeAxis
Package: | Ext.chart |
Defined In: | Chart.js |
Class: | TimeAxis |
Extends: | Axis |
Property | Defined By | |
---|---|---|
hideOverlappingLabels : Boolean If true, labels that overlap previously drawn labels on the axis will be hidden. | Axis | |
labelFunction : String A string reference to the globally-accessible function that may be called to
-determine each of the label values for ... A string reference to the globally-accessible function that may be called to
-determine each of the label values for this axis. | Axis | |
majorTimeUnit : String The time unit used by the majorUnit. | TimeAxis | |
majorTimeUnit : String The time unit used by the minorUnit. | TimeAxis | |
majorUnit : Number The spacing between major intervals on this axis. | TimeAxis | |
majorUnit : Number The spacing between minor intervals on this axis. | TimeAxis | |
maximum : Number The maximum value drawn by the axis. If not set explicitly, the axis maximum
-will be calculated automatically. | TimeAxis | |
minimum : Date The minimum value drawn by the axis. If not set explicitly, the axis minimum
-will be calculated automatically. | TimeAxis | |
orientation : String The direction in which the axis is drawn. May be "horizontal" or "vertical". | Axis | |
reverse : Boolean If true, the items on the axis will be drawn in opposite direction. | Axis | |
snapToUnits : Boolean If true, the labels, ticks, gridlines, and other objects will snap to
-the nearest major or minor unit. If false, the... 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. | TimeAxis | |
type : String The type of axis. | Axis |
Axis TimeAxis
Package: | Ext.chart |
Defined In: | Chart.js |
Class: | TimeAxis |
Extends: | Axis |
Property | Defined By | |
---|---|---|
calculateByLabelSize : Boolean Indicates whether to factor in the size of the labels when calculating a
+major unit. | TimeAxis | |
hideOverlappingLabels : Boolean If true, labels that overlap previously drawn labels on the axis will be hidden. | Axis | |
labelFunction : String A string reference to the globally-accessible function that may be called to
+determine each of the label values for t... A string reference to the globally-accessible function that may be called to
+determine each of the label values for this axis. | Axis | |
labelSpacing : Number The space, in pixels, between labels on an axis. | Axis | |
majorTimeUnit : String The time unit used by the majorUnit. | TimeAxis | |
majorTimeUnit : String The time unit used by the minorUnit. | TimeAxis | |
majorUnit : Number The spacing between major intervals on this axis. | TimeAxis | |
majorUnit : Number The spacing between minor intervals on this axis. | TimeAxis | |
maximum : Number The maximum value drawn by the axis. If not set explicitly, the axis
+maximum will be calculated automatically. | TimeAxis | |
minimum : Date The minimum value drawn by the axis. If not set explicitly, the axis
+minimum will be calculated automatically. | TimeAxis | |
orientation : String The direction in which the axis is drawn. May be "horizontal" or "vertical". | Axis | |
reverse : Boolean If true, the items on the axis will be drawn in opposite direction. | Axis | |
snapToUnits : Boolean If true, the labels, ticks, gridlines, and other objects will snap to the
+nearest major or minor unit. If false, thei... 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. | TimeAxis | |
stackingEnabled : Boolean Series that are stackable will only stack when this value is set to true. | TimeAxis | |
type : String The type of axis. | Axis |