X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.chart.Axis.html?ds=sidebyside diff --git a/docs/output/Ext.chart.Axis.html b/docs/output/Ext.chart.Axis.html deleted file mode 100644 index 93aa57da..00000000 --- a/docs/output/Ext.chart.Axis.html +++ /dev/null @@ -1,3 +0,0 @@ -
Package: | Ext.chart |
Defined In: | Chart.js |
Class: | Axis |
Subclasses: | CategoryAxis, NumericAxis, TimeAxis |
Extends: | Object |
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 | |
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 | |
type : String The type of axis. | Axis |