Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.chart.axis.Numeric.js
1 Ext.data.JsonP.Ext_chart_axis_Numeric({
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": "Numeric",
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": "Numeric.html#Ext-chart-axis-Numeric-property-adjustMaximumByMajorUnit",
539         "static": false,
540         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
541         "private": false,
542         "name": "adjustMaximumByMajorUnit",
543         "owner": "Ext.chart.axis.Numeric",
544         "doc": "<p>Indicates whether to extend maximum beyond data's maximum to the nearest\nmajorUnit.</p>\n",
545         "linenr": 159,
546         "html_filename": "Numeric.html"
547       },
548       {
549         "type": "Boolean",
550         "deprecated": null,
551         "alias": null,
552         "protected": false,
553         "tagname": "property",
554         "href": "Numeric.html#Ext-chart-axis-Numeric-property-adjustMinimumByMajorUnit",
555         "static": false,
556         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
557         "private": false,
558         "name": "adjustMinimumByMajorUnit",
559         "owner": "Ext.chart.axis.Numeric",
560         "doc": "<p>Indicates whether to extend the minimum beyond data's minimum to the\nnearest majorUnit.</p>\n",
561         "linenr": 168,
562         "html_filename": "Numeric.html"
563       },
564       {
565         "type": "Number",
566         "deprecated": null,
567         "alias": null,
568         "protected": false,
569         "tagname": "property",
570         "href": "Numeric.html#Ext-chart-axis-Numeric-property-decimals",
571         "shortDoc": "The number of decimals to round the value to. ...",
572         "static": false,
573         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
574         "private": false,
575         "name": "decimals",
576         "owner": "Ext.chart.axis.Numeric",
577         "doc": "<p>The number of decimals to round the value to.\nDefault's 2.</p>\n",
578         "linenr": 133,
579         "html_filename": "Numeric.html"
580       },
581       {
582         "type": "Number",
583         "deprecated": null,
584         "alias": null,
585         "protected": false,
586         "tagname": "property",
587         "href": "Numeric.html#Ext-chart-axis-Numeric-property-maximum",
588         "shortDoc": "The maximum value drawn by the axis. ...",
589         "static": false,
590         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
591         "private": false,
592         "name": "maximum",
593         "owner": "Ext.chart.axis.Numeric",
594         "doc": "<p>The maximum value drawn by the axis. If not set explicitly, the axis\nmaximum will be calculated automatically.</p>\n",
595         "linenr": 124,
596         "html_filename": "Numeric.html"
597       },
598       {
599         "type": "Number",
600         "deprecated": null,
601         "alias": null,
602         "protected": false,
603         "tagname": "property",
604         "href": "Numeric.html#Ext-chart-axis-Numeric-property-minimum",
605         "shortDoc": "The minimum value drawn by the axis. ...",
606         "static": false,
607         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
608         "private": false,
609         "name": "minimum",
610         "owner": "Ext.chart.axis.Numeric",
611         "doc": "<p>The minimum value drawn by the axis. If not set explicitly, the axis\nminimum will be calculated automatically.</p>\n",
612         "linenr": 115,
613         "html_filename": "Numeric.html"
614       },
615       {
616         "type": "String",
617         "deprecated": null,
618         "alias": null,
619         "protected": false,
620         "tagname": "property",
621         "href": "Numeric.html#Ext-chart-axis-Numeric-property-position",
622         "static": false,
623         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
624         "private": false,
625         "name": "position",
626         "owner": "Ext.chart.axis.Numeric",
627         "doc": "<p>Indicates the position of the axis relative to the chart</p>\n",
628         "linenr": 151,
629         "html_filename": "Numeric.html"
630       },
631       {
632         "type": "String",
633         "deprecated": null,
634         "alias": null,
635         "protected": false,
636         "tagname": "property",
637         "href": "Numeric.html#Ext-chart-axis-Numeric-property-scale",
638         "shortDoc": "The scaling algorithm to use on this axis. ...",
639         "static": false,
640         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
641         "private": false,
642         "name": "scale",
643         "owner": "Ext.chart.axis.Numeric",
644         "doc": "<p>The scaling algorithm to use on this axis. May be \"linear\" or\n\"logarithmic\".</p>\n",
645         "linenr": 142,
646         "html_filename": "Numeric.html"
647       },
648       {
649         "type": "Class",
650         "deprecated": null,
651         "alias": null,
652         "protected": true,
653         "tagname": "property",
654         "href": "Base3.html#Ext-Base-property-self",
655         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
656         "static": false,
657         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
658         "private": false,
659         "name": "self",
660         "owner": "Ext.Base",
661         "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",
662         "linenr": 18,
663         "html_filename": "Base3.html"
664       }
665     ],
666     "cssVar": [
667
668     ],
669     "cssMixin": [
670
671     ],
672     "event": [
673
674     ]
675   },
676   "singleton": false,
677   "alias": null,
678   "superclasses": [
679     "Ext.Base",
680     "Ext.chart.axis.Abstract",
681     "Ext.chart.axis.Axis"
682   ],
683   "protected": false,
684   "tagname": "class",
685   "mixins": [
686
687   ],
688   "href": "Numeric.html#Ext-chart-axis-Numeric",
689   "subclasses": [
690
691   ],
692   "static": false,
693   "author": null,
694   "component": false,
695   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Numeric.js",
696   "private": false,
697   "alternateClassNames": [
698     "Ext.chart.NumericAxis"
699   ],
700   "name": "Ext.chart.axis.Numeric",
701   "doc": "<p>An axis to handle numeric values. This axis is used for quantitative data as\nopposed to the category axis. You can set mininum and maximum values to the\naxis so that the values are bound to that. If no values are set, then the\nscale will auto-adjust to the values.</p>\n\n<p><p><img src=\"doc-resources/Ext.chart.axis.Numeric/Ext.chart.axis.Numeric.png\" alt=\"Ext.chart.axis.Numeric chart axis\"></p></p>\n\n<p>For example:</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 we create an axis of Numeric type. We set a minimum value so that\neven if all series have values greater than zero, the grid starts at zero. We bind\nthe axis onto the left part of the surface by setting <em>position</em> to <em>left</em>.\nWe bind three different store fields to this axis by setting <em>fields</em> to an array.\nWe set the title of the axis to <em>Number of Hits</em> by using the <em>title</em> property.\nWe use a <em>grid</em> configuration to set odd background rows to a certain style and even rows\nto be transparent/ignored.</p>\n",
702   "mixedInto": [
703
704   ],
705   "linenr": 1,
706   "xtypes": [
707
708   ],
709   "html_filename": "Numeric.html",
710   "extends": "Ext.chart.axis.Axis"
711 });