Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.chart.axis.Gauge.js
1 Ext.data.JsonP.Ext_chart_axis_Gauge({
2   "tagname": "class",
3   "name": "Ext.chart.axis.Gauge",
4   "doc": "<p>Gauge Axis is the axis to be used with a Gauge series. The Gauge axis\ndisplays numeric data from an interval defined by the <code>minimum</code>, <code>maximum</code> and\n<code>step</code> configuration properties. The placement of the numeric data can be changed\nby altering the <code>margin</code> option that is set to <code>10</code> by default.</p>\n\n<p>A possible configuration for this axis would look like:</p>\n\n<pre><code>axes: [{\n    type: 'gauge',\n    position: 'gauge',\n    minimum: 0,\n    maximum: 100,\n    steps: 10,\n    margin: 7\n}],\n</code></pre>\n",
5   "extends": "Ext.chart.axis.Abstract",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "margin",
21       "member": "Ext.chart.axis.Gauge",
22       "type": "Number",
23       "doc": "<p>(optional) the offset positioning of the tick marks and labels in pixels. Default's 10.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js",
26       "linenr": 41,
27       "html_filename": "Gauge.html",
28       "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-margin"
29     },
30     {
31       "tagname": "cfg",
32       "name": "maximum",
33       "member": "Ext.chart.axis.Gauge",
34       "type": "Number",
35       "doc": "<p>(required) the maximum value of the interval to be displayed in the axis.</p>\n",
36       "private": false,
37       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js",
38       "linenr": 33,
39       "html_filename": "Gauge.html",
40       "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-maximum"
41     },
42     {
43       "tagname": "cfg",
44       "name": "minimum",
45       "member": "Ext.chart.axis.Gauge",
46       "type": "Number",
47       "doc": "<p>(required) the minimum value of the interval to be displayed in the axis.</p>\n",
48       "private": false,
49       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js",
50       "linenr": 29,
51       "html_filename": "Gauge.html",
52       "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-minimum"
53     },
54     {
55       "tagname": "cfg",
56       "name": "steps",
57       "member": "Ext.chart.axis.Gauge",
58       "type": "Number",
59       "doc": "<p>(required) the number of steps and tick marks to add to the interval.</p>\n",
60       "private": false,
61       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js",
62       "linenr": 37,
63       "html_filename": "Gauge.html",
64       "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-steps"
65     }
66   ],
67   "method": [
68     {
69       "tagname": "method",
70       "name": "setTitle",
71       "member": "Ext.chart.axis.Gauge",
72       "doc": "<p>Updates the <a href=\"#/api/Ext.chart.axis.Gauge--title\" rel=\"Ext.chart.axis.Gauge--title\" class=\"docClass\">title</a> of this axis.</p>\n",
73       "params": [
74         {
75           "type": "String",
76           "name": "title",
77           "doc": "\n",
78           "optional": false
79         }
80       ],
81       "return": {
82         "type": "void",
83         "doc": "\n"
84       },
85       "private": false,
86       "static": false,
87       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js",
88       "linenr": 130,
89       "html_filename": "Gauge.html",
90       "href": "Gauge.html#Ext-chart-axis-Gauge-method-setTitle",
91       "shortDoc": "<p>Updates the <a href=\"#/api/Ext.chart.axis.Gauge--title\" rel=\"Ext.chart.axis.Gauge--title\" class=\"docClass\">title</a> of this axis.</p>\n"
92     }
93   ],
94   "property": [
95
96   ],
97   "event": [
98
99   ],
100   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js",
101   "linenr": 1,
102   "html_filename": "Gauge.html",
103   "href": "Gauge.html#Ext-chart-axis-Gauge",
104   "cssVar": [
105
106   ],
107   "cssMixin": [
108
109   ],
110   "component": false,
111   "superclasses": [
112     "Ext.chart.axis.Abstract"
113   ],
114   "subclasses": [
115
116   ],
117   "mixedInto": [
118
119   ],
120   "allMixins": [
121
122   ]
123 });