X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/api/Ext.chart.axis.Gauge.html diff --git a/docs/api/Ext.chart.axis.Gauge.html b/docs/api/Ext.chart.axis.Gauge.html deleted file mode 100644 index a8a269f6..00000000 --- a/docs/api/Ext.chart.axis.Gauge.html +++ /dev/null @@ -1,67 +0,0 @@ -Ext.chart.axis.Gauge | Ext JS 4.0 Documentation -
For up to date documentation and features, visit -http://docs.sencha.com/ext-js/4-0

Sencha Documentation

- - - - - -

Hierarchy

Ext.chart.axis.Abstract
Ext.chart.axis.Gauge

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

- -

A possible configuration for this axis would look like:

- -
axes: [{
-    type: 'gauge',
-    position: 'gauge',
-    minimum: 0,
-    maximum: 100,
-    steps: 10,
-    margin: 7
-}],
-
-
Defined By

Config Options

Other Configs

 

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

-

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

-
 

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

-

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

-
 

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

-

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

-
 

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

-

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

-
Defined By

Methods

 

Updates the title of this axis.

-

Updates the title of this axis.

-

Parameters

  • title : String
    -

Returns

  • void    -
\ No newline at end of file