X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.chart.axis.Gauge.js diff --git a/docs/output/Ext.chart.axis.Gauge.js b/docs/output/Ext.chart.axis.Gauge.js new file mode 100644 index 00000000..9c97dac1 --- /dev/null +++ b/docs/output/Ext.chart.axis.Gauge.js @@ -0,0 +1,123 @@ +Ext.data.JsonP.Ext_chart_axis_Gauge({ + "tagname": "class", + "name": "Ext.chart.axis.Gauge", + "doc": "

Gauge Axis is the axis to be used with a Gauge series. The Gauge axis\ndisplays numeric data from an interval defined by the minimum, maximum and\nstep configuration properties. The placement of the numeric data can be changed\nby altering the margin option that is set to 10 by default.

\n\n

A possible configuration for this axis would look like:

\n\n
axes: [{\n    type: 'gauge',\n    position: 'gauge',\n    minimum: 0,\n    maximum: 100,\n    steps: 10,\n    margin: 7\n}],\n
\n", + "extends": "Ext.chart.axis.Abstract", + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + { + "tagname": "cfg", + "name": "margin", + "member": "Ext.chart.axis.Gauge", + "type": "Number", + "doc": "

(optional) the offset positioning of the tick marks and labels in pixels. Default's 10.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js", + "linenr": 41, + "html_filename": "Gauge.html", + "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-margin" + }, + { + "tagname": "cfg", + "name": "maximum", + "member": "Ext.chart.axis.Gauge", + "type": "Number", + "doc": "

(required) the maximum value of the interval to be displayed in the axis.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js", + "linenr": 33, + "html_filename": "Gauge.html", + "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-maximum" + }, + { + "tagname": "cfg", + "name": "minimum", + "member": "Ext.chart.axis.Gauge", + "type": "Number", + "doc": "

(required) the minimum value of the interval to be displayed in the axis.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js", + "linenr": 29, + "html_filename": "Gauge.html", + "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-minimum" + }, + { + "tagname": "cfg", + "name": "steps", + "member": "Ext.chart.axis.Gauge", + "type": "Number", + "doc": "

(required) the number of steps and tick marks to add to the interval.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js", + "linenr": 37, + "html_filename": "Gauge.html", + "href": "Gauge.html#Ext-chart-axis-Gauge-cfg-steps" + } + ], + "method": [ + { + "tagname": "method", + "name": "setTitle", + "member": "Ext.chart.axis.Gauge", + "doc": "

Updates the title of this axis.

\n", + "params": [ + { + "type": "String", + "name": "title", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js", + "linenr": 130, + "html_filename": "Gauge.html", + "href": "Gauge.html#Ext-chart-axis-Gauge-method-setTitle", + "shortDoc": "

Updates the title of this axis.

\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/axis/Gauge.js", + "linenr": 1, + "html_filename": "Gauge.html", + "href": "Gauge.html#Ext-chart-axis-Gauge", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + "Ext.chart.axis.Abstract" + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file