Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.chart.axis.Category.js
1 Ext.data.JsonP.Ext_chart_axis_Category({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9       {
10         "type": "Number",
11         "deprecated": null,
12         "alias": null,
13         "protected": false,
14         "tagname": "cfg",
15         "href": "Axis.html#Ext-chart-axis-Axis-cfg-dashSize",
16         "shortDoc": "The size of the dash marker. ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
19         "private": false,
20         "name": "dashSize",
21         "owner": "Ext.chart.axis.Axis",
22         "doc": "<p>The size of the dash marker. Default's 3.</p>\n",
23         "linenr": 110,
24         "html_filename": "Axis.html"
25       },
26       {
27         "type": "Boolean | Object",
28         "deprecated": null,
29         "alias": null,
30         "protected": false,
31         "tagname": "cfg",
32         "href": "Axis.html#Ext-chart-axis-Axis-cfg-grid",
33         "shortDoc": "The grid configuration enables you to set a background grid for an axis. ...",
34         "static": false,
35         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
36         "private": false,
37         "name": "grid",
38         "owner": "Ext.chart.axis.Axis",
39         "doc": "<p>The grid configuration enables you to set a background grid for an axis.\nIf set to <em>true</em> on a vertical axis, vertical lines will be drawn.\nIf set to <em>true</em> on a horizontal axis, horizontal lines will be drawn.\nIf both are set, a proper grid with horizontal and vertical lines will be drawn.</p>\n\n<p>You can set specific options for the grid configuration for odd and/or even lines/rows.\nSince the rows being drawn are rectangle sprites, you can set to an odd or even property\nall styles that apply to <a href=\"#/api/Ext.draw.Sprite\" rel=\"Ext.draw.Sprite\" class=\"docClass\">Ext.draw.Sprite</a>. For more information on all the style\nproperties you can set please take a look at <a href=\"#/api/Ext.draw.Sprite\" rel=\"Ext.draw.Sprite\" class=\"docClass\">Ext.draw.Sprite</a>. Some useful style properties are <code>opacity</code>, <code>fill</code>, <code>stroke</code>, <code>stroke-width</code>, etc.</p>\n\n<p>The possible values for a grid option are then <em>true</em>, <em>false</em>, or an object with <code>{ odd, even }</code> properties\nwhere each property contains a sprite style descriptor object that is defined in <a href=\"#/api/Ext.draw.Sprite\" rel=\"Ext.draw.Sprite\" class=\"docClass\">Ext.draw.Sprite</a>.</p>\n\n<p>For example:</p>\n\n<pre><code>axes: [{\n    type: 'Numeric',\n    grid: true,\n    position: 'left',\n    fields: ['data1', 'data2', 'data3'],\n    title: 'Number of Hits',\n    grid: {\n        odd: {\n            opacity: 1,\n            fill: '#ddd',\n            stroke: '#bbb',\n            'stroke-width': 1\n        }\n    }\n}, {\n    type: 'Category',\n    position: 'bottom',\n    fields: ['name'],\n    title: 'Month of the Year',\n    grid: true\n}]\n</code></pre>\n",
40         "linenr": 56,
41         "html_filename": "Axis.html"
42       },
43       {
44         "type": "Number",
45         "deprecated": null,
46         "alias": null,
47         "protected": false,
48         "tagname": "cfg",
49         "href": "Axis.html#Ext-chart-axis-Axis-cfg-length",
50         "shortDoc": "Offset axis position. ...",
51         "static": false,
52         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
53         "private": false,
54         "name": "length",
55         "owner": "Ext.chart.axis.Axis",
56         "doc": "<p>Offset axis position. Default's 0.</p>\n",
57         "linenr": 125,
58         "html_filename": "Axis.html"
59       },
60       {
61         "type": "Number",
62         "deprecated": null,
63         "alias": null,
64         "protected": false,
65         "tagname": "cfg",
66         "href": "Axis.html#Ext-chart-axis-Axis-cfg-majorTickSteps",
67         "static": false,
68         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
69         "private": false,
70         "name": "majorTickSteps",
71         "owner": "Ext.chart.axis.Axis",
72         "doc": "<p>If <code>minimum</code> and <code>maximum</code> are specified it forces the number of major ticks to the specified value.</p>\n",
73         "linenr": 97,
74         "html_filename": "Axis.html"
75       },
76       {
77         "type": "Number",
78         "deprecated": null,
79         "alias": null,
80         "protected": false,
81         "tagname": "cfg",
82         "href": "Axis.html#Ext-chart-axis-Axis-cfg-minorTickSteps",
83         "shortDoc": "The number of small ticks between two major ticks. ...",
84         "static": false,
85         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
86         "private": false,
87         "name": "minorTickSteps",
88         "owner": "Ext.chart.axis.Axis",
89         "doc": "<p>The number of small ticks between two major ticks. Default is zero.</p>\n",
90         "linenr": 102,
91         "html_filename": "Axis.html"
92       },
93       {
94         "type": "String",
95         "deprecated": null,
96         "alias": null,
97         "protected": false,
98         "tagname": "cfg",
99         "href": "Axis.html#Ext-chart-axis-Axis-cfg-position",
100         "shortDoc": "Where to set the axis. ...",
101         "static": false,
102         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
103         "private": false,
104         "name": "position",
105         "owner": "Ext.chart.axis.Axis",
106         "doc": "<p>Where to set the axis. Available options are <code>left</code>, <code>bottom</code>, <code>right</code>, <code>top</code>. Default's <code>bottom</code>.</p>\n",
107         "linenr": 116,
108         "html_filename": "Axis.html"
109       },
110       {
111         "type": "Number",
112         "deprecated": null,
113         "alias": null,
114         "protected": false,
115         "tagname": "cfg",
116         "href": "Axis.html#Ext-chart-axis-Axis-cfg-width",
117         "shortDoc": "Offset axis width. ...",
118         "static": false,
119         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
120         "private": false,
121         "name": "width",
122         "owner": "Ext.chart.axis.Axis",
123         "doc": "<p>Offset axis width. Default's 0.</p>\n",
124         "linenr": 131,
125         "html_filename": "Axis.html"
126       }
127     ],
128     "method": [
129       {
130         "deprecated": null,
131         "alias": null,
132         "href": "Abstract.html#Ext-chart-axis-Abstract-method-constructor",
133         "tagname": "method",
134         "protected": false,
135         "shortDoc": "Creates new Axis. ...",
136         "static": false,
137         "params": [
138           {
139             "type": "Object",
140             "optional": true,
141             "doc": "<p>(optional) Config options.</p>\n",
142             "name": "config"
143           }
144         ],
145         "private": false,
146         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Abstract.js",
147         "doc": "<p>Creates new Axis.</p>\n",
148         "owner": "Ext.chart.axis.Abstract",
149         "name": "Category",
150         "html_filename": "Abstract.html",
151         "return": {
152           "type": "Object",
153           "doc": "\n"
154         },
155         "linenr": 13
156       },
157       {
158         "deprecated": null,
159         "alias": null,
160         "protected": false,
161         "tagname": "method",
162         "href": "Base3.html#Ext-Base-method-addStatics",
163         "shortDoc": "Add / override static properties of this class. ...",
164         "static": true,
165         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
166         "private": false,
167         "params": [
168           {
169             "type": "Object",
170             "optional": false,
171             "doc": "\n",
172             "name": "members"
173           }
174         ],
175         "name": "addStatics",
176         "owner": "Ext.Base",
177         "doc": "<p>Add / override static properties of this class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n</code></pre>\n",
178         "linenr": 388,
179         "return": {
180           "type": "Ext.Base",
181           "doc": "<p>this</p>\n"
182         },
183         "html_filename": "Base3.html"
184       },
185       {
186         "deprecated": null,
187         "alias": null,
188         "protected": false,
189         "tagname": "method",
190         "href": "Base3.html#Ext-Base-method-callOverridden",
191         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
192         "static": false,
193         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
194         "private": false,
195         "params": [
196           {
197             "type": "Array/Arguments",
198             "optional": false,
199             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
200             "name": "args"
201           }
202         ],
203         "name": "callOverridden",
204         "owner": "Ext.Base",
205         "doc": "<p>Call the original method that was previously overridden with <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
206         "linenr": 269,
207         "return": {
208           "type": "Mixed",
209           "doc": "<p>Returns the result after calling the overridden method</p>\n"
210         },
211         "html_filename": "Base3.html"
212       },
213       {
214         "deprecated": null,
215         "alias": null,
216         "protected": true,
217         "tagname": "method",
218         "href": "Base3.html#Ext-Base-method-callParent",
219         "shortDoc": "Call the parent's overridden method. ...",
220         "static": false,
221         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
222         "private": false,
223         "params": [
224           {
225             "type": "Array/Arguments",
226             "optional": false,
227             "doc": "<p>The arguments, either an array or the <code>arguments</code> object\nfrom the current method, for example: <code>this.callParent(arguments)</code></p>\n",
228             "name": "args"
229           }
230         ],
231         "name": "callParent",
232         "owner": "Ext.Base",
233         "doc": "<p>Call the parent's overridden method. For example:</p>\n\n<pre><code>Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n</code></pre>\n",
234         "linenr": 124,
235         "return": {
236           "type": "Mixed",
237           "doc": "<p>Returns the result from the superclass' method</p>\n"
238         },
239         "html_filename": "Base3.html"
240       },
241       {
242         "deprecated": null,
243         "alias": null,
244         "protected": false,
245         "tagname": "method",
246         "href": "Base3.html#Ext-Base-method-create",
247         "shortDoc": "Create a new instance of this Class. ...",
248         "static": true,
249         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
250         "private": false,
251         "params": [
252
253         ],
254         "name": "create",
255         "owner": "Ext.Base",
256         "doc": "<p>Create a new instance of this Class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n</code></pre>\n\n<p>All parameters are passed to the constructor of the class.</p>\n",
257         "linenr": 329,
258         "return": {
259           "type": "Object",
260           "doc": "<p>the created instance.</p>\n"
261         },
262         "html_filename": "Base3.html"
263       },
264       {
265         "deprecated": null,
266         "alias": null,
267         "protected": false,
268         "tagname": "method",
269         "href": "Base3.html#Ext-Base-method-createAlias",
270         "shortDoc": "Create aliases for existing prototype methods. ...",
271         "static": true,
272         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
273         "private": false,
274         "params": [
275           {
276             "type": "String/Object",
277             "optional": false,
278             "doc": "<p>The new method name, or an object to set multiple aliases. See\n<a href=\"#/api/Ext.Function-method-flexSetter\" rel=\"Ext.Function-method-flexSetter\" class=\"docClass\">flexSetter</a></p>\n",
279             "name": "alias"
280           },
281           {
282             "type": "String/Object",
283             "optional": false,
284             "doc": "<p>The original method name</p>\n",
285             "name": "origin"
286           }
287         ],
288         "name": "createAlias",
289         "owner": "Ext.Base",
290         "doc": "<p>Create aliases for existing prototype methods. Example:</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -&gt; test.method1()\n</code></pre>\n",
291         "linenr": 648,
292         "return": {
293           "type": "void",
294           "doc": "\n"
295         },
296         "html_filename": "Base3.html"
297       },
298       {
299         "deprecated": null,
300         "alias": null,
301         "protected": false,
302         "tagname": "method",
303         "href": "Axis.html#Ext-chart-axis-Axis-method-drawAxis",
304         "shortDoc": "Renders the axis into the screen and updates it's position. ...",
305         "static": false,
306         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
307         "private": false,
308         "params": [
309           {
310             "type": "Object",
311             "optional": false,
312             "doc": "\n",
313             "name": "init"
314           }
315         ],
316         "name": "drawAxis",
317         "owner": "Ext.chart.axis.Axis",
318         "doc": "<p>Renders the axis into the screen and updates it's position.</p>\n",
319         "linenr": 240,
320         "return": {
321           "type": "void",
322           "doc": "\n"
323         },
324         "html_filename": "Axis.html"
325       },
326       {
327         "deprecated": null,
328         "alias": null,
329         "protected": false,
330         "tagname": "method",
331         "href": "Axis.html#Ext-chart-axis-Axis-method-drawGrid",
332         "shortDoc": "Renders an horizontal and/or vertical grid into the Surface. ...",
333         "static": false,
334         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
335         "private": false,
336         "params": [
337
338         ],
339         "name": "drawGrid",
340         "owner": "Ext.chart.axis.Axis",
341         "doc": "<p>Renders an horizontal and/or vertical grid into the Surface.</p>\n",
342         "linenr": 374,
343         "return": {
344           "type": "void",
345           "doc": "\n"
346         },
347         "html_filename": "Axis.html"
348       },
349       {
350         "deprecated": null,
351         "alias": null,
352         "protected": false,
353         "tagname": "method",
354         "href": "Axis.html#Ext-chart-axis-Axis-method-drawLabel",
355         "shortDoc": "Renders the labels in the axes. ...",
356         "static": false,
357         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
358         "private": false,
359         "params": [
360
361         ],
362         "name": "drawLabel",
363         "owner": "Ext.chart.axis.Axis",
364         "doc": "<p>Renders the labels in the axes.</p>\n",
365         "linenr": 688,
366         "return": {
367           "type": "void",
368           "doc": "\n"
369         },
370         "html_filename": "Axis.html"
371       },
372       {
373         "deprecated": null,
374         "alias": null,
375         "protected": false,
376         "tagname": "method",
377         "href": "Base3.html#Ext-Base-method-getName",
378         "shortDoc": "Get the current class' name in string format. ...",
379         "static": false,
380         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
381         "private": false,
382         "params": [
383
384         ],
385         "name": "getName",
386         "owner": "Ext.Base",
387         "doc": "<p>Get the current class' name in string format.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n</code></pre>\n",
388         "linenr": 631,
389         "return": {
390           "type": "String",
391           "doc": "<p>className</p>\n"
392         },
393         "html_filename": "Base3.html"
394       },
395       {
396         "deprecated": null,
397         "alias": null,
398         "protected": false,
399         "tagname": "method",
400         "href": "Base3.html#Ext-Base-method-implement",
401         "shortDoc": "Add methods / properties to the prototype of this class. ...",
402         "static": true,
403         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
404         "private": false,
405         "params": [
406           {
407             "type": "Object",
408             "optional": false,
409             "doc": "\n",
410             "name": "members"
411           }
412         ],
413         "name": "implement",
414         "owner": "Ext.Base",
415         "doc": "<p>Add methods / properties to the prototype of this class.</p>\n\n<pre><code>Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n</code></pre>\n",
416         "linenr": 415,
417         "return": {
418           "type": "void",
419           "doc": "\n"
420         },
421         "html_filename": "Base3.html"
422       },
423       {
424         "deprecated": null,
425         "alias": null,
426         "protected": true,
427         "tagname": "method",
428         "href": "Base3.html#Ext-Base-method-initConfig",
429         "shortDoc": "Initialize configuration for this class. ...",
430         "static": false,
431         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
432         "private": false,
433         "params": [
434           {
435             "type": "Object",
436             "optional": false,
437             "doc": "\n",
438             "name": "config"
439           }
440         ],
441         "name": "initConfig",
442         "owner": "Ext.Base",
443         "doc": "<p>Initialize configuration for this class. a typical example:</p>\n\n<pre><code>Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n</code></pre>\n",
444         "linenr": 63,
445         "return": {
446           "type": "Object",
447           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
448         },
449         "html_filename": "Base3.html"
450       },
451       {
452         "deprecated": null,
453         "alias": null,
454         "protected": false,
455         "tagname": "method",
456         "href": "Base3.html#Ext-Base-method-override",
457         "shortDoc": "Override prototype members of this class. ...",
458         "static": true,
459         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
460         "private": false,
461         "params": [
462           {
463             "type": "Object",
464             "optional": false,
465             "doc": "\n",
466             "name": "members"
467           }
468         ],
469         "name": "override",
470         "owner": "Ext.Base",
471         "doc": "<p>Override prototype members of this class. Overridden methods can be invoked via\n<a href=\"#/api/Ext.Base-method-callOverridden\" rel=\"Ext.Base-method-callOverridden\" class=\"docClass\">Ext.Base.callOverridden</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
472         "linenr": 518,
473         "return": {
474           "type": "Ext.Base",
475           "doc": "<p>this</p>\n"
476         },
477         "html_filename": "Base3.html"
478       },
479       {
480         "deprecated": null,
481         "alias": null,
482         "protected": false,
483         "tagname": "method",
484         "href": "Axis.html#Ext-chart-axis-Axis-method-setTitle",
485         "shortDoc": "Updates the title of this axis. ...",
486         "static": false,
487         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js",
488         "private": false,
489         "params": [
490           {
491             "type": "String",
492             "optional": false,
493             "doc": "\n",
494             "name": "title"
495           }
496         ],
497         "name": "setTitle",
498         "owner": "Ext.chart.axis.Axis",
499         "doc": "<p>Updates the title of this axis.</p>\n",
500         "linenr": 749,
501         "return": {
502           "type": "void",
503           "doc": "\n"
504         },
505         "html_filename": "Axis.html"
506       },
507       {
508         "deprecated": null,
509         "alias": null,
510         "protected": true,
511         "tagname": "method",
512         "href": "Base3.html#Ext-Base-method-statics",
513         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
514         "static": false,
515         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
516         "private": false,
517         "params": [
518
519         ],
520         "name": "statics",
521         "owner": "Ext.Base",
522         "doc": "<p>Get the reference to the class from which this object was instantiated. Note that unlike <a href=\"#/api/Ext.Base-property-self\" rel=\"Ext.Base-property-self\" class=\"docClass\">Ext.Base.self</a>,\n<code>this.statics()</code> is scope-independent and it always returns the class from which it was called, regardless of what\n<code>this</code> points to during run-time</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n</code></pre>\n",
523         "linenr": 199,
524         "return": {
525           "type": "Class",
526           "doc": "\n"
527         },
528         "html_filename": "Base3.html"
529       }
530     ],
531     "property": [
532       {
533         "type": "Boolean",
534         "deprecated": null,
535         "alias": null,
536         "protected": false,
537         "tagname": "property",
538         "href": "Category.html#Ext-chart-axis-Category-property-calculateCategoryCount",
539         "shortDoc": "Indicates whether or not to calculate the number of categories (ticks and\nlabels) when there is not enough room to di...",
540         "static": false,
541         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Category.js",
542         "private": false,
543         "name": "calculateCategoryCount",
544         "owner": "Ext.chart.axis.Category",
545         "doc": "<p>Indicates whether or not to calculate the number of categories (ticks and\nlabels) when there is not enough room to display all labels on the axis.\nIf set to true, the axis will determine the number of categories to plot.\nIf not, all categories will be plotted.</p>\n",
546         "linenr": 94,
547         "html_filename": "Category.html"
548       },
549       {
550         "type": "Array",
551         "deprecated": null,
552         "alias": null,
553         "protected": false,
554         "tagname": "property",
555         "href": "Category.html#Ext-chart-axis-Category-property-categoryNames",
556         "static": false,
557         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Category.js",
558         "private": false,
559         "name": "categoryNames",
560         "owner": "Ext.chart.axis.Category",
561         "doc": "<p>A list of category names to display along this axis.</p>\n",
562         "linenr": 86,
563         "html_filename": "Category.html"
564       },
565       {
566         "type": "Class",
567         "deprecated": null,
568         "alias": null,
569         "protected": true,
570         "tagname": "property",
571         "href": "Base3.html#Ext-Base-property-self",
572         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
573         "static": false,
574         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
575         "private": false,
576         "name": "self",
577         "owner": "Ext.Base",
578         "doc": "<p>Get the reference to the current class from which this object was instantiated. Unlike <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>,\n<code>this.self</code> is scope-dependent and it's meant to be used for dynamic inheritance. See <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>\nfor a detailed comparison</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n</code></pre>\n",
579         "linenr": 18,
580         "html_filename": "Base3.html"
581       }
582     ],
583     "cssVar": [
584
585     ],
586     "cssMixin": [
587
588     ],
589     "event": [
590
591     ]
592   },
593   "singleton": false,
594   "alias": null,
595   "superclasses": [
596     "Ext.Base",
597     "Ext.chart.axis.Abstract",
598     "Ext.chart.axis.Axis"
599   ],
600   "protected": false,
601   "tagname": "class",
602   "mixins": [
603
604   ],
605   "href": "Category.html#Ext-chart-axis-Category",
606   "subclasses": [
607
608   ],
609   "static": false,
610   "author": null,
611   "component": false,
612   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Category.js",
613   "private": false,
614   "alternateClassNames": [
615     "Ext.chart.CategoryAxis"
616   ],
617   "name": "Ext.chart.axis.Category",
618   "doc": "<p>A type of axis that displays items in categories. This axis is generally used to\ndisplay categorical information like names of items, month names, quarters, etc.\nbut no quantitative values. For that other type of information <em>Number</em>\naxis are more suitable.</p>\n\n<p>As with other axis you can set the position of the axis and its title. For example:</p>\n\n<p><p><img src=\"doc-resources/Ext.chart.axis.Category/Ext.chart.axis.Category.png\" alt=\"Ext.chart.axis.Category chart axis\"></p></p>\n\n<pre><code>var store = Ext.create('Ext.data.JsonStore', {\n    fields: ['name', 'data1', 'data2', 'data3', 'data4', 'data5'],\n    data: [\n        {'name':'metric one', 'data1':10, 'data2':12, 'data3':14, 'data4':8, 'data5':13},\n        {'name':'metric two', 'data1':7, 'data2':8, 'data3':16, 'data4':10, 'data5':3},\n        {'name':'metric three', 'data1':5, 'data2':2, 'data3':14, 'data4':12, 'data5':7},\n        {'name':'metric four', 'data1':2, 'data2':14, 'data3':6, 'data4':1, 'data5':23},\n        {'name':'metric five', 'data1':27, 'data2':38, 'data3':36, 'data4':13, 'data5':33}                                                \n    ]\n});\n\nExt.create('Ext.chart.Chart', {\n    renderTo: Ext.getBody(),\n    width: 500,\n    height: 300,\n    store: store,\n    axes: [{\n        type: 'Numeric',\n        grid: true,\n        position: 'left',\n        fields: ['data1', 'data2', 'data3', 'data4', 'data5'],\n        title: 'Sample Values',\n        grid: {\n            odd: {\n                opacity: 1,\n                fill: '#ddd',\n                stroke: '#bbb',\n                'stroke-width': 1\n            }\n        },\n        minimum: 0,\n        adjustMinimumByMajorUnit: 0\n    }, {\n        type: 'Category',\n        position: 'bottom',\n        fields: ['name'],\n        title: 'Sample Metrics',\n        grid: true,\n        label: {\n            rotate: {\n                degrees: 315\n            }\n        }\n    }],\n    series: [{\n        type: 'area',\n        highlight: false,\n        axis: 'left',\n        xField: 'name',\n        yField: ['data1', 'data2', 'data3', 'data4', 'data5'],\n        style: {\n            opacity: 0.93\n        }\n    }]\n});\n</code></pre>\n\n<p>In this example with set the category axis to the bottom of the surface, bound the axis to\nthe <em>name</em> property and set as title <em>Month of the Year</em>.</p>\n",
619   "mixedInto": [
620
621   ],
622   "linenr": 1,
623   "xtypes": [
624
625   ],
626   "html_filename": "Category.html",
627   "extends": "Ext.chart.axis.Axis"
628 });