X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/docs/output/Ext.chart.axis.Time.js diff --git a/docs/output/Ext.chart.axis.Time.js b/docs/output/Ext.chart.axis.Time.js index f50894b5..c8ff1b62 100644 --- a/docs/output/Ext.chart.axis.Time.js +++ b/docs/output/Ext.chart.axis.Time.js @@ -1,729 +1 @@ -Ext.data.JsonP.Ext_chart_axis_Time({ - "allMixins": [ - - ], - "deprecated": null, - "docauthor": null, - "members": { - "cfg": [ - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Axis.html#Ext-chart-axis-Axis-cfg-dashSize", - "shortDoc": "The size of the dash marker. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "name": "dashSize", - "owner": "Ext.chart.axis.Axis", - "doc": "

The size of the dash marker. Default's 3.

\n", - "linenr": 110, - "html_filename": "Axis.html" - }, - { - "type": "Boolean | Object", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Axis.html#Ext-chart-axis-Axis-cfg-grid", - "shortDoc": "The grid configuration enables you to set a background grid for an axis. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "name": "grid", - "owner": "Ext.chart.axis.Axis", - "doc": "

The grid configuration enables you to set a background grid for an axis.\nIf set to true on a vertical axis, vertical lines will be drawn.\nIf set to true on a horizontal axis, horizontal lines will be drawn.\nIf both are set, a proper grid with horizontal and vertical lines will be drawn.

\n\n

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 Ext.draw.Sprite. For more information on all the style\nproperties you can set please take a look at Ext.draw.Sprite. Some useful style properties are opacity, fill, stroke, stroke-width, etc.

\n\n

The possible values for a grid option are then true, false, or an object with { odd, even } properties\nwhere each property contains a sprite style descriptor object that is defined in Ext.draw.Sprite.

\n\n

For example:

\n\n
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
\n", - "linenr": 56, - "html_filename": "Axis.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Axis.html#Ext-chart-axis-Axis-cfg-length", - "shortDoc": "Offset axis position. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "name": "length", - "owner": "Ext.chart.axis.Axis", - "doc": "

Offset axis position. Default's 0.

\n", - "linenr": 125, - "html_filename": "Axis.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Axis.html#Ext-chart-axis-Axis-cfg-majorTickSteps", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "name": "majorTickSteps", - "owner": "Ext.chart.axis.Axis", - "doc": "

If minimum and maximum are specified it forces the number of major ticks to the specified value.

\n", - "linenr": 97, - "html_filename": "Axis.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Axis.html#Ext-chart-axis-Axis-cfg-minorTickSteps", - "shortDoc": "The number of small ticks between two major ticks. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "name": "minorTickSteps", - "owner": "Ext.chart.axis.Axis", - "doc": "

The number of small ticks between two major ticks. Default is zero.

\n", - "linenr": 102, - "html_filename": "Axis.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Axis.html#Ext-chart-axis-Axis-cfg-position", - "shortDoc": "Where to set the axis. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "name": "position", - "owner": "Ext.chart.axis.Axis", - "doc": "

Where to set the axis. Available options are left, bottom, right, top. Default's bottom.

\n", - "linenr": 116, - "html_filename": "Axis.html" - }, - { - "type": "Number", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "cfg", - "href": "Axis.html#Ext-chart-axis-Axis-cfg-width", - "shortDoc": "Offset axis width. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "name": "width", - "owner": "Ext.chart.axis.Axis", - "doc": "

Offset axis width. Default's 0.

\n", - "linenr": 131, - "html_filename": "Axis.html" - } - ], - "method": [ - { - "deprecated": null, - "alias": null, - "href": "Abstract.html#Ext-chart-axis-Abstract-method-constructor", - "tagname": "method", - "protected": false, - "shortDoc": "Creates new Axis. ...", - "static": false, - "params": [ - { - "type": "Object", - "optional": true, - "doc": "

(optional) Config options.

\n", - "name": "config" - } - ], - "private": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Abstract.js", - "doc": "

Creates new Axis.

\n", - "owner": "Ext.chart.axis.Abstract", - "name": "Time", - "html_filename": "Abstract.html", - "return": { - "type": "Object", - "doc": "\n" - }, - "linenr": 13 - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-addStatics", - "shortDoc": "Add / override static properties of this class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "members" - } - ], - "name": "addStatics", - "owner": "Ext.Base", - "doc": "

Add / override static properties of this class.

\n\n
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
\n", - "linenr": 388, - "return": { - "type": "Ext.Base", - "doc": "

this

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-callOverridden", - "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n constructo...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Array/Arguments", - "optional": false, - "doc": "

The arguments, either an array or the arguments object

\n", - "name": "args" - } - ], - "name": "callOverridden", - "owner": "Ext.Base", - "doc": "

Call the original method that was previously overridden with Ext.Base.override

\n\n
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
\n", - "linenr": 269, - "return": { - "type": "Mixed", - "doc": "

Returns the result after calling the overridden method

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-callParent", - "shortDoc": "Call the parent's overridden method. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Array/Arguments", - "optional": false, - "doc": "

The arguments, either an array or the arguments object\nfrom the current method, for example: this.callParent(arguments)

\n", - "name": "args" - } - ], - "name": "callParent", - "owner": "Ext.Base", - "doc": "

Call the parent's overridden method. For example:

\n\n
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
\n", - "linenr": 124, - "return": { - "type": "Mixed", - "doc": "

Returns the result from the superclass' method

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-create", - "shortDoc": "Create a new instance of this Class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - - ], - "name": "create", - "owner": "Ext.Base", - "doc": "

Create a new instance of this Class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n
\n\n

All parameters are passed to the constructor of the class.

\n", - "linenr": 329, - "return": { - "type": "Object", - "doc": "

the created instance.

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-createAlias", - "shortDoc": "Create aliases for existing prototype methods. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "String/Object", - "optional": false, - "doc": "

The new method name, or an object to set multiple aliases. See\nflexSetter

\n", - "name": "alias" - }, - { - "type": "String/Object", - "optional": false, - "doc": "

The original method name

\n", - "name": "origin" - } - ], - "name": "createAlias", - "owner": "Ext.Base", - "doc": "

Create aliases for existing prototype methods. Example:

\n\n
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() -> test.method1()\n
\n", - "linenr": 648, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Axis.html#Ext-chart-axis-Axis-method-drawAxis", - "shortDoc": "Renders the axis into the screen and updates it's position. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "init" - } - ], - "name": "drawAxis", - "owner": "Ext.chart.axis.Axis", - "doc": "

Renders the axis into the screen and updates it's position.

\n", - "linenr": 240, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Axis.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Axis.html#Ext-chart-axis-Axis-method-drawGrid", - "shortDoc": "Renders an horizontal and/or vertical grid into the Surface. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "params": [ - - ], - "name": "drawGrid", - "owner": "Ext.chart.axis.Axis", - "doc": "

Renders an horizontal and/or vertical grid into the Surface.

\n", - "linenr": 374, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Axis.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Axis.html#Ext-chart-axis-Axis-method-drawLabel", - "shortDoc": "Renders the labels in the axes. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "params": [ - - ], - "name": "drawLabel", - "owner": "Ext.chart.axis.Axis", - "doc": "

Renders the labels in the axes.

\n", - "linenr": 688, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Axis.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-getName", - "shortDoc": "Get the current class' name in string format. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - - ], - "name": "getName", - "owner": "Ext.Base", - "doc": "

Get the current class' name in string format.

\n\n
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
\n", - "linenr": 631, - "return": { - "type": "String", - "doc": "

className

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-implement", - "shortDoc": "Add methods / properties to the prototype of this class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "members" - } - ], - "name": "implement", - "owner": "Ext.Base", - "doc": "

Add methods / properties to the prototype of this class.

\n\n
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
\n", - "linenr": 415, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-initConfig", - "shortDoc": "Initialize configuration for this class. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "config" - } - ], - "name": "initConfig", - "owner": "Ext.Base", - "doc": "

Initialize configuration for this class. a typical example:

\n\n
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
\n", - "linenr": 63, - "return": { - "type": "Object", - "doc": "

mixins The mixin prototypes as key - value pairs

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-override", - "shortDoc": "Override prototype members of this class. ...", - "static": true, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "\n", - "name": "members" - } - ], - "name": "override", - "owner": "Ext.Base", - "doc": "

Override prototype members of this class. Overridden methods can be invoked via\nExt.Base.callOverridden

\n\n
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
\n", - "linenr": 518, - "return": { - "type": "Ext.Base", - "doc": "

this

\n" - }, - "html_filename": "Base3.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "Axis.html#Ext-chart-axis-Axis-method-setTitle", - "shortDoc": "Updates the title of this axis. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Axis.js", - "private": false, - "params": [ - { - "type": "String", - "optional": false, - "doc": "\n", - "name": "title" - } - ], - "name": "setTitle", - "owner": "Ext.chart.axis.Axis", - "doc": "

Updates the title of this axis.

\n", - "linenr": 749, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "Axis.html" - }, - { - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "method", - "href": "Base3.html#Ext-Base-method-statics", - "shortDoc": "Get the reference to the class from which this object was instantiated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "params": [ - - ], - "name": "statics", - "owner": "Ext.Base", - "doc": "

Get the reference to the class from which this object was instantiated. Note that unlike Ext.Base.self,\nthis.statics() is scope-independent and it always returns the class from which it was called, regardless of what\nthis points to during run-time

\n\n
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
\n", - "linenr": 199, - "return": { - "type": "Class", - "doc": "\n" - }, - "html_filename": "Base3.html" - } - ], - "property": [ - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-aggregateOp", - "shortDoc": "Aggregation operation when grouping. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "aggregateOp", - "owner": "Ext.chart.axis.Time", - "doc": "

Aggregation operation when grouping. Possible options are 'sum', 'avg', 'max', 'min'. Default's 'sum'.

\n", - "linenr": 75, - "html_filename": "Time3.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-calculateByLabelSize", - "shortDoc": "The minimum value drawn by the axis. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "calculateByLabelSize", - "owner": "Ext.chart.axis.Time", - "doc": "

The minimum value drawn by the axis. If not set explicitly, the axis\nminimum will be calculated automatically.

\n", - "linenr": 49, - "html_filename": "Time3.html" - }, - { - "type": "Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-constrain", - "shortDoc": "If true, the values of the chart will be rendered only if they belong between the fromDate and toDate. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "constrain", - "owner": "Ext.chart.axis.Time", - "doc": "

If true, the values of the chart will be rendered only if they belong between the fromDate and toDate.\nIf false, the time axis will adapt to the new values by adding/removing steps.\nDefault's [Ext.Date.DAY, 1].

\n", - "linenr": 106, - "html_filename": "Time3.html" - }, - { - "type": "String|Boolean", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-dateFormat", - "shortDoc": "Indicates the format the date will be rendered on. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "dateFormat", - "owner": "Ext.chart.axis.Time", - "doc": "

Indicates the format the date will be rendered on.\nFor example: 'M d' will render the dates as 'Jan 30', etc.

\n", - "linenr": 57, - "html_filename": "Time3.html" - }, - { - "type": "Date", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-fromDate", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "fromDate", - "owner": "Ext.chart.axis.Time", - "doc": "

The starting date for the time axis.

\n", - "linenr": 83, - "html_filename": "Time3.html" - }, - { - "type": "Class", - "deprecated": null, - "alias": null, - "protected": true, - "tagname": "property", - "href": "Base3.html#Ext-Base-property-self", - "shortDoc": "Get the reference to the current class from which this object was instantiated. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js", - "private": false, - "name": "self", - "owner": "Ext.Base", - "doc": "

Get the reference to the current class from which this object was instantiated. Unlike Ext.Base.statics,\nthis.self is scope-dependent and it's meant to be used for dynamic inheritance. See Ext.Base.statics\nfor a detailed comparison

\n\n
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
\n", - "linenr": 18, - "html_filename": "Base3.html" - }, - { - "type": "Array", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-step", - "shortDoc": "An array with two components: The first is the unit of the step (day, month, year, etc). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "step", - "owner": "Ext.chart.axis.Time", - "doc": "

An array with two components: The first is the unit of the step (day, month, year, etc). The second one is the number of units for the step (1, 2, etc.).\nDefault's [Ext.Date.DAY, 1].

\n", - "linenr": 97, - "html_filename": "Time3.html" - }, - { - "type": "String", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-timeUnit", - "shortDoc": "Indicates the time unit to use for each step. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "timeUnit", - "owner": "Ext.chart.axis.Time", - "doc": "

Indicates the time unit to use for each step. Can be 'day', 'month', 'year' or a comma-separated combination of all of them.\nDefault's 'year,month,day'.

\n", - "linenr": 66, - "html_filename": "Time3.html" - }, - { - "type": "Date", - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "property", - "href": "Time3.html#Ext-chart-axis-Time-property-toDate", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "name": "toDate", - "owner": "Ext.chart.axis.Time", - "doc": "

The ending date for the time axis.

\n", - "linenr": 90, - "html_filename": "Time3.html" - } - ], - "cssVar": [ - - ], - "cssMixin": [ - - ], - "event": [ - - ] - }, - "singleton": false, - "alias": null, - "superclasses": [ - "Ext.Base", - "Ext.chart.axis.Abstract", - "Ext.chart.axis.Axis" - ], - "protected": false, - "tagname": "class", - "mixins": [ - - ], - "href": "Time3.html#Ext-chart-axis-Time", - "subclasses": [ - - ], - "static": false, - "author": null, - "component": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/axis/Time.js", - "private": false, - "alternateClassNames": [ - "Ext.chart.TimeAxis" - ], - "name": "Ext.chart.axis.Time", - "doc": "

A type of axis whose units are measured in time values. Use this axis\nfor listing dates that you will want to group or dynamically change.\nIf you just want to display dates as categories then use the\nCategory class for axis instead.

\n\n

For example:

\n\n
axes: [{\n    type: 'Time',\n    position: 'bottom',\n    fields: 'date',\n    title: 'Day',\n    dateFormat: 'M d',\n    groupBy: 'year,month,day',\n    aggregateOp: 'sum',\n\n    constrain: true,\n    fromDate: new Date('1/1/11'),\n    toDate: new Date('1/7/11')\n}]\n
\n\n

In this example we're creating a time axis that has as title Day.\nThe field the axis is bound to is date.\nThe date format to use to display the text for the axis labels is M d\nwhich is a three letter month abbreviation followed by the day number.\nThe time axis will show values for dates between fromDate and toDate.\nSince constrain is set to true all other values for other dates not between\nthe fromDate and toDate will not be displayed.

\n", - "mixedInto": [ - - ], - "linenr": 1, - "xtypes": [ - - ], - "html_filename": "Time3.html", - "extends": "Ext.chart.axis.Axis" -}); \ No newline at end of file +Ext.data.JsonP.Ext_chart_axis_Time({"tagname":"class","html":"

Alternate names

Ext.chart.TimeAxis

Hierarchy

Requires

Files

A type of axis whose units are measured in time values. Use this axis\nfor listing dates that you will want to group or dynamically change.\nIf you just want to display dates as categories then use the\nCategory class for axis instead.

\n\n

For example:

\n\n
axes: [{\n    type: 'Time',\n    position: 'bottom',\n    fields: 'date',\n    title: 'Day',\n    dateFormat: 'M d',\n\n    constrain: true,\n    fromDate: new Date('1/1/11'),\n    toDate: new Date('1/7/11')\n}]\n
\n\n

In this example we're creating a time axis that has as title Day.\nThe field the axis is bound to is date.\nThe date format to use to display the text for the axis labels is M d\nwhich is a three letter month abbreviation followed by the day number.\nThe time axis will show values for dates between fromDate and toDate.\nSince constrain is set to true all other values for other dates not between\nthe fromDate and toDate will not be displayed.

\n
Defined By

Config options

If true, the values of the chart will be rendered only if they belong between the fromDate and toDate. ...

If true, the values of the chart will be rendered only if they belong between the fromDate and toDate.\nIf false, the time axis will adapt to the new values by adding/removing steps.

\n

Defaults to: false

The size of the dash marker. ...

The size of the dash marker. Default's 3.

\n

Defaults to: 3

Indicates the format the date will be rendered on. ...

Indicates the format the date will be rendered on.\nFor example: 'M d' will render the dates as 'Jan 30', etc.\nFor a list of possible format strings see Date

\n

Defaults to: false

The starting date for the time axis. ...

The starting date for the time axis.

\n

Defaults to: false

The grid configuration enables you to set a background grid for an axis. ...

The grid configuration enables you to set a background grid for an axis.\nIf set to true on a vertical axis, vertical lines will be drawn.\nIf set to true on a horizontal axis, horizontal lines will be drawn.\nIf both are set, a proper grid with horizontal and vertical lines will be drawn.

\n\n

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 Ext.draw.Sprite. For more information on all the style\nproperties you can set please take a look at Ext.draw.Sprite. Some useful style properties are opacity, fill, stroke, stroke-width, etc.

\n\n

The possible values for a grid option are then true, false, or an object with { odd, even } properties\nwhere each property contains a sprite style descriptor object that is defined in Ext.draw.Sprite.

\n\n

For example:

\n\n
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
\n
Offset axis position. ...

Offset axis position. Default's 0.

\n

Defaults to: 0

 

If minimum and maximum are specified it forces the number of major ticks to the specified value.

\n

If minimum and maximum are specified it forces the number of major ticks to the specified value.

\n
The number of small ticks between two major ticks. ...

The number of small ticks between two major ticks. Default is zero.

\n
Where to set the axis. ...

Where to set the axis. Available options are left, bottom, right, top. Default's bottom.

\n

Defaults to: "bottom"

An array with two components: The first is the unit of the step (day, month, year, etc). ...

An array with two components: The first is the unit of the step (day, month, year, etc).\nThe second one is the number of units for the step (1, 2, etc.).\nDefaults to [Ext.Date.DAY, 1].

\n
 

The title for the Axis

\n

The title for the Axis

\n
The ending date for the time axis. ...

The ending date for the time axis.

\n

Defaults to: false

Offset axis width. ...

Offset axis width. Default's 0.

\n

Defaults to: 0

Defined By

Properties

 

Indicates whether to extend maximum beyond data's maximum to the nearest\nmajorUnit.

\n

Indicates whether to extend maximum beyond data's maximum to the nearest\nmajorUnit.

\n
 

Indicates whether to extend the minimum beyond data's minimum to the\nnearest majorUnit.

\n

Indicates whether to extend the minimum beyond data's minimum to the\nnearest majorUnit.

\n
 

The number of decimals to round the value to.

\n

The number of decimals to round the value to.

\n
The maximum value drawn by the axis. ...

The maximum value drawn by the axis. If not set explicitly, the axis\nmaximum will be calculated automatically.

\n
The minimum value drawn by the axis. ...

The minimum value drawn by the axis. If not set explicitly, the axis\nminimum will be calculated automatically.

\n
 

Indicates the position of the axis relative to the chart

\n

Indicates the position of the axis relative to the chart

\n
Get the reference to the current class from which this object was instantiated. ...

Get the reference to the current class from which this object was instantiated. Unlike statics,\nthis.self is scope-dependent and it's meant to be used for dynamic inheritance. See statics\nfor a detailed comparison

\n\n
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
\n

Methods

Defined By

Instance Methods

Creates new Axis. ...

Creates new Axis.

\n

Parameters

  • config : Object (optional)

    Config options.

    \n

Returns

( Array/Arguments args ) : Objectprotected
Call the original method that was previously overridden with override\n\nExt.define('My.Cat', {\n constructor: functi...

Call the original method that was previously overridden with override

\n\n
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
\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object

    \n

Returns

  • Object

    Returns the result after calling the overridden method

    \n
( Array/Arguments args ) : Objectprotected
Call the parent's overridden method. ...

Call the parent's overridden method. For example:

\n\n
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
\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object\nfrom the current method, for example: this.callParent(arguments)

    \n

Returns

  • Object

    Returns the result from the superclass' method

    \n
Renders the axis into the screen and updates its position. ...

Renders the axis into the screen and updates its position.

\n

Parameters

Renders an horizontal and/or vertical grid into the Surface. ...

Renders an horizontal and/or vertical grid into the Surface.

\n
Renders the labels in the axes. ...

Renders the labels in the axes.

\n
Initialize configuration for this class. ...

Initialize configuration for this class. a typical example:

\n\n
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
\n

Parameters

Returns

  • Object

    mixins The mixin prototypes as key - value pairs

    \n
Updates the title of this axis. ...

Updates the title of this axis.

\n

Parameters

Get the reference to the class from which this object was instantiated. ...

Get the reference to the class from which this object was instantiated. Note that unlike self,\nthis.statics() is scope-independent and it always returns the class from which it was called, regardless of what\nthis points to during run-time

\n\n
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
\n

Returns

Defined By

Static Methods

Add / override static properties of this class. ...

Add / override static properties of this class.

\n\n
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
\n

Parameters

Returns

( Ext.Base fromClass, String/String[] members ) : Ext.Basestatic
Borrow another class' members to the prototype of this class. ...

Borrow another class' members to the prototype of this class.

\n\n
Ext.define('Bank', {\n    money: '$$$',\n    printMoney: function() {\n        alert('$$$$$$$');\n    }\n});\n\nExt.define('Thief', {\n    ...\n});\n\nThief.borrow(Bank, ['money', 'printMoney']);\n\nvar steve = new Thief();\n\nalert(steve.money); // alerts '$$$'\nsteve.printMoney(); // alerts '$$$$$$$'\n
\n

Parameters

  • fromClass : Ext.Base

    The class to borrow members from

    \n
  • members : String/String[]

    The names of the members to borrow

    \n

Returns

Create a new instance of this Class. ...

Create a new instance of this Class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n
\n\n

All parameters are passed to the constructor of the class.

\n

Returns

Create aliases for existing prototype methods. ...

Create aliases for existing prototype methods. Example:

\n\n
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() -> test.method1()\n
\n

Parameters

Get the current class' name in string format. ...

Get the current class' name in string format.

\n\n
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
\n

Returns

Add methods / properties to the prototype of this class. ...

Add methods / properties to the prototype of this class.

\n\n
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
\n

Parameters

Override prototype members of this class. ...

Override prototype members of this class. Overridden methods can be invoked via\ncallOverridden

\n\n
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
\n

Parameters

Returns

","allMixins":[],"meta":{},"requires":["Ext.data.Store","Ext.data.JsonStore"],"deprecated":null,"extends":"Ext.chart.axis.Numeric","inheritable":false,"static":false,"superclasses":["Ext.Base","Ext.chart.axis.Abstract","Ext.chart.axis.Axis","Ext.chart.axis.Numeric","Ext.chart.axis.Time"],"singleton":false,"code_type":"ext_define","alias":null,"statics":{"property":[],"css_var":[],"css_mixin":[],"cfg":[],"method":[{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"addStatics","id":"static-method-addStatics"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"borrow","id":"static-method-borrow"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"create","id":"static-method-create"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"createAlias","id":"static-method-createAlias"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"getName","id":"static-method-getName"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"implement","id":"static-method-implement"},{"tagname":"method","deprecated":null,"static":true,"owner":"Ext.Base","template":false,"required":null,"protected":false,"name":"override","id":"static-method-override"}],"event":[]},"subclasses":[],"uses":[],"protected":false,"mixins":[],"members":{"property":[{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.chart.axis.Numeric","template":null,"required":null,"protected":false,"name":"adjustMaximumByMajorUnit","id":"property-adjustMaximumByMajorUnit"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.chart.axis.Numeric","template":null,"required":null,"protected":false,"name":"adjustMinimumByMajorUnit","id":"property-adjustMinimumByMajorUnit"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.chart.axis.Numeric","template":null,"required":null,"protected":false,"name":"decimals","id":"property-decimals"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.chart.axis.Numeric","template":null,"required":null,"protected":false,"name":"maximum","id":"property-maximum"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.chart.axis.Numeric","template":null,"required":null,"protected":false,"name":"minimum","id":"property-minimum"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.chart.axis.Numeric","template":null,"required":null,"protected":false,"name":"position","id":"property-position"},{"tagname":"property","deprecated":null,"static":false,"owner":"Ext.Base","template":null,"required":null,"protected":true,"name":"self","id":"property-self"}],"css_var":[],"css_mixin":[],"cfg":[{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Time","template":null,"required":false,"protected":false,"name":"constrain","id":"cfg-constrain"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"dashSize","id":"cfg-dashSize"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Time","template":null,"required":false,"protected":false,"name":"dateFormat","id":"cfg-dateFormat"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Time","template":null,"required":false,"protected":false,"name":"fromDate","id":"cfg-fromDate"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"grid","id":"cfg-grid"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"length","id":"cfg-length"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"majorTickSteps","id":"cfg-majorTickSteps"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"minorTickSteps","id":"cfg-minorTickSteps"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"position","id":"cfg-position"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Time","template":null,"required":false,"protected":false,"name":"step","id":"cfg-step"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"title","id":"cfg-title"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Time","template":null,"required":false,"protected":false,"name":"toDate","id":"cfg-toDate"},{"tagname":"cfg","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":null,"required":false,"protected":false,"name":"width","id":"cfg-width"}],"method":[{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.chart.axis.Abstract","template":false,"required":null,"protected":false,"name":"constructor","id":"method-constructor"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"callOverridden","id":"method-callOverridden"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"callParent","id":"method-callParent"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":false,"required":null,"protected":false,"name":"drawAxis","id":"method-drawAxis"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":false,"required":null,"protected":false,"name":"drawGrid","id":"method-drawGrid"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":false,"required":null,"protected":false,"name":"drawLabel","id":"method-drawLabel"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"initConfig","id":"method-initConfig"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.chart.axis.Axis","template":false,"required":null,"protected":false,"name":"setTitle","id":"method-setTitle"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.Base","template":false,"required":null,"protected":true,"name":"statics","id":"method-statics"}],"event":[]},"private":false,"component":false,"name":"Ext.chart.axis.Time","alternateClassNames":["Ext.chart.TimeAxis"],"id":"class-Ext.chart.axis.Time","mixedInto":[],"xtypes":{"axis":["time"]},"files":[{"href":"Time3.html#Ext-chart-axis-Time","filename":"Time.js"}]}); \ No newline at end of file