X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.chart.CategoryAxis.html diff --git a/docs/output/Ext.chart.CategoryAxis.html b/docs/output/Ext.chart.CategoryAxis.html index f9fe5b36..090aca3e 100644 --- a/docs/output/Ext.chart.CategoryAxis.html +++ b/docs/output/Ext.chart.CategoryAxis.html @@ -1,3 +1,8 @@ -
Axis CategoryAxis
Package: | Ext.chart |
Defined In: | Chart.js |
Class: | CategoryAxis |
Extends: | Axis |
Property | Defined By | |
---|---|---|
categoryNames : Array A list of category names to display along this axis. | CategoryAxis | |
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 |
Axis + CategoryAxis
Package: | Ext.chart |
Defined In: | Chart.js |
Class: | CategoryAxis |
Extends: | Axis |
Property | Defined By | |
---|---|---|
calculateCategoryCount : Boolean Indicates whether or not to calculate the number of categories (ticks and
+labels) when there is not enough room to di... Indicates whether or not to calculate the number of categories (ticks and
+labels) when there is not enough room to display all labels on the axis.
+If set to true, the axis will determine the number of categories to plot.
+If not, all categories will be plotted. | CategoryAxis | |
categoryNames : Array A list of category names to display along this axis. | CategoryAxis | |
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 | |
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 |