X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.chart.NumericAxis.html?ds=sidebyside diff --git a/docs/output/Ext.chart.NumericAxis.html b/docs/output/Ext.chart.NumericAxis.html index 54065438..19f1b7b8 100644 --- a/docs/output/Ext.chart.NumericAxis.html +++ b/docs/output/Ext.chart.NumericAxis.html @@ -1,9 +1,14 @@ -
Axis NumericAxis
Package: | Ext.chart |
Defined In: | Chart.js |
Class: | NumericAxis |
Extends: | Axis |
Property | Defined By | |
---|---|---|
alwaysShowZero : Boolean If true, and the bounds are calculated automatically, either the minimum or
-maximum will be set to zero. | NumericAxis | |
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 | |
majorUnit : Number The spacing between major intervals on this axis. | NumericAxis | |
maximum : Number The maximum value drawn by the axis. If not set explicitly, the axis maximum
-will be calculated automatically. | NumericAxis | |
minimum : Number The minimum value drawn by the axis. If not set explicitly, the axis minimum
-will be calculated automatically. | NumericAxis | |
minorUnit : Number The spacing between minor intervals on this axis. | NumericAxis | |
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 | |
scale : String The scaling algorithm to use on this axis. May be "linear" or "logarithmic". | NumericAxis | |
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. | NumericAxis | |
type : String The type of axis. | Axis |
Axis + NumericAxis
Package: | Ext.chart |
Defined In: | Chart.js |
Class: | NumericAxis |
Extends: | Axis |
Property | Defined By | |
---|---|---|
adjustMaximumByMajorUnit : Boolean Indicates whether to extend maximum beyond data's maximum to the nearest
+majorUnit. | NumericAxis | |
adjustMinimumByMajorUnit : Boolean Indicates whether to extend the minimum beyond data's minimum to the
+nearest majorUnit. | NumericAxis | |
alwaysShowZero : Boolean If true, and the bounds are calculated automatically, either the minimum
+or maximum will be set to zero. | NumericAxis | |
calculateByLabelSize : Boolean Indicates whether to factor in the size of the labels when calculating a
+major unit. | NumericAxis | |
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 | |
majorUnit : Number The spacing between major intervals on this axis. | NumericAxis | |
maximum : Number The maximum value drawn by the axis. If not set explicitly, the axis
+maximum will be calculated automatically. | NumericAxis | |
minimum : Number The minimum value drawn by the axis. If not set explicitly, the axis
+minimum will be calculated automatically. | NumericAxis | |
minorUnit : Number The spacing between minor intervals on this axis. | NumericAxis | |
orientation : String The direction in which the axis is drawn. May be "horizontal" or "vertical". | Axis | |
position : String Indicates the position of the axis relative to the chart | NumericAxis | |
reverse : Boolean If true, the items on the axis will be drawn in opposite direction. | Axis | |
roundMajorUnit : Boolean Indicates whether to round the major unit. | NumericAxis | |
scale : String The scaling algorithm to use on this axis. May be "linear" or
+"logarithmic". | NumericAxis | |
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. | NumericAxis | |
type : String The type of axis. | Axis |