Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.chart.series.Series.js
1 Ext.data.JsonP.Ext_chart_series_Series({
2   "allMixins": [
3     "Ext.util.Observable",
4     "Ext.chart.Label",
5     "Ext.chart.Highlight",
6     "Ext.chart.Tip",
7     "Ext.chart.Callout"
8   ],
9   "deprecated": null,
10   "docauthor": null,
11   "members": {
12     "cfg": [
13       {
14         "type": "String",
15         "deprecated": null,
16         "alias": null,
17         "protected": false,
18         "tagname": "cfg",
19         "href": "Label2.html#Ext-chart-Label-cfg-color",
20         "shortDoc": "The color of the label text. ...",
21         "static": false,
22         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Label.js",
23         "private": false,
24         "name": "color",
25         "owner": "Ext.chart.Label",
26         "doc": "<p>The color of the label text.\nDefault value: '#000' (black).</p>\n",
27         "linenr": 42,
28         "html_filename": "Label2.html"
29       },
30       {
31         "type": "String",
32         "deprecated": null,
33         "alias": null,
34         "protected": false,
35         "tagname": "cfg",
36         "href": "Label2.html#Ext-chart-Label-cfg-display",
37         "shortDoc": "Specifies the presence and position of labels for each pie slice. ...",
38         "static": false,
39         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Label.js",
40         "private": false,
41         "name": "display",
42         "owner": "Ext.chart.Label",
43         "doc": "<p>Specifies the presence and position of labels for each pie slice. Either \"rotate\", \"middle\", \"insideStart\",\n\"insideEnd\", \"outside\", \"over\", \"under\", or \"none\" to prevent label rendering.\nDefault value: 'none'.</p>\n",
44         "linenr": 35,
45         "html_filename": "Label2.html"
46       },
47       {
48         "type": "String",
49         "deprecated": null,
50         "alias": null,
51         "protected": false,
52         "tagname": "cfg",
53         "href": "Label2.html#Ext-chart-Label-cfg-field",
54         "shortDoc": "The name of the field to be displayed in the label. ...",
55         "static": false,
56         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Label.js",
57         "private": false,
58         "name": "field",
59         "owner": "Ext.chart.Label",
60         "doc": "<p>The name of the field to be displayed in the label.\nDefault value: 'name'.</p>\n",
61         "linenr": 48,
62         "html_filename": "Label2.html"
63       },
64       {
65         "type": "String",
66         "deprecated": null,
67         "alias": null,
68         "protected": false,
69         "tagname": "cfg",
70         "href": "Label2.html#Ext-chart-Label-cfg-font",
71         "shortDoc": "The font used for the labels. ...",
72         "static": false,
73         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Label.js",
74         "private": false,
75         "name": "font",
76         "owner": "Ext.chart.Label",
77         "doc": "<p>The font used for the labels.\nDefautl value: \"11px Helvetica, sans-serif\".</p>\n",
78         "linenr": 61,
79         "html_filename": "Label2.html"
80       },
81       {
82         "type": "Boolean|Object",
83         "deprecated": null,
84         "alias": null,
85         "protected": false,
86         "tagname": "cfg",
87         "href": "Series.html#Ext-chart-series-Series-cfg-highlight",
88         "shortDoc": "If set to true it will highlight the markers or the series when hovering\nwith the mouse. ...",
89         "static": false,
90         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
91         "private": false,
92         "name": "highlight",
93         "owner": "Ext.chart.series.Series",
94         "doc": "<p>If set to <code>true</code> it will highlight the markers or the series when hovering\nwith the mouse. This parameter can also be an object with the same style\nproperties you would apply to a <a href=\"#/api/Ext.draw.Sprite\" rel=\"Ext.draw.Sprite\" class=\"docClass\">Ext.draw.Sprite</a> to apply custom\nstyles to markers and series.</p>\n",
95         "linenr": 46,
96         "html_filename": "Series.html"
97       },
98       {
99         "type": "Object",
100         "deprecated": null,
101         "alias": null,
102         "protected": false,
103         "tagname": "cfg",
104         "href": "Series.html#Ext-chart-series-Series-cfg-listeners",
105         "shortDoc": "An (optional) object with event callbacks. ...",
106         "static": false,
107         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
108         "private": false,
109         "name": "listeners",
110         "owner": "Ext.chart.series.Series",
111         "doc": "<p>An (optional) object with event callbacks. All event callbacks get the target <em>item</em> as first parameter. The callback functions are:</p>\n\n<p> <ul></p>\n\n<pre><code> &lt;li&gt;itemmouseover&lt;/li&gt;\n &lt;li&gt;itemmouseout&lt;/li&gt;\n &lt;li&gt;itemmousedown&lt;/li&gt;\n &lt;li&gt;itemmouseup&lt;/li&gt;\n</code></pre>\n\n<p> </ul></p>\n",
112         "linenr": 105,
113         "html_filename": "Series.html"
114       },
115       {
116         "type": "Number",
117         "deprecated": null,
118         "alias": null,
119         "protected": false,
120         "tagname": "cfg",
121         "href": "Label2.html#Ext-chart-Label-cfg-minMargin",
122         "shortDoc": "Specifies the minimum distance from a label to the origin of the visualization. ...",
123         "static": false,
124         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Label.js",
125         "private": false,
126         "name": "minMargin",
127         "owner": "Ext.chart.Label",
128         "doc": "<p>Specifies the minimum distance from a label to the origin of the visualization.\nThis parameter is useful when using PieSeries width variable pie slice lengths.\nDefault value: 50.</p>\n",
129         "linenr": 54,
130         "html_filename": "Label2.html"
131       },
132       {
133         "type": "String",
134         "deprecated": null,
135         "alias": null,
136         "protected": false,
137         "tagname": "cfg",
138         "href": "Label2.html#Ext-chart-Label-cfg-orientation",
139         "shortDoc": "Either \"horizontal\" or \"vertical\". ...",
140         "static": false,
141         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Label.js",
142         "private": false,
143         "name": "orientation",
144         "owner": "Ext.chart.Label",
145         "doc": "<p>Either \"horizontal\" or \"vertical\".\nDafault value: \"horizontal\".</p>\n",
146         "linenr": 67,
147         "html_filename": "Label2.html"
148       },
149       {
150         "type": "Function",
151         "deprecated": null,
152         "alias": null,
153         "protected": false,
154         "tagname": "cfg",
155         "href": "Series.html#Ext-chart-series-Series-cfg-renderer",
156         "shortDoc": "A function that can be overridden to set custom styling properties to each rendered element. ...",
157         "static": false,
158         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
159         "private": false,
160         "name": "renderer",
161         "owner": "Ext.chart.series.Series",
162         "doc": "<p>A function that can be overridden to set custom styling properties to each rendered element.\nPasses in (sprite, record, attributes, index, store) to the function.</p>\n",
163         "linenr": 87,
164         "html_filename": "Series.html"
165       },
166       {
167         "type": "Array",
168         "deprecated": null,
169         "alias": null,
170         "protected": false,
171         "tagname": "cfg",
172         "href": "Series.html#Ext-chart-series-Series-cfg-shadowAttributes",
173         "static": false,
174         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
175         "private": false,
176         "name": "shadowAttributes",
177         "owner": "Ext.chart.series.Series",
178         "doc": "<p>An array with shadow attributes</p>\n",
179         "linenr": 96,
180         "html_filename": "Series.html"
181       },
182       {
183         "type": "Boolean",
184         "deprecated": null,
185         "alias": null,
186         "protected": false,
187         "tagname": "cfg",
188         "href": "Series.html#Ext-chart-series-Series-cfg-showInLegend",
189         "static": false,
190         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
191         "private": false,
192         "name": "showInLegend",
193         "owner": "Ext.chart.series.Series",
194         "doc": "<p>Whether to show this series in the legend.</p>\n",
195         "linenr": 81,
196         "html_filename": "Series.html"
197       },
198       {
199         "type": "Object",
200         "deprecated": null,
201         "alias": null,
202         "protected": false,
203         "tagname": "cfg",
204         "href": "Series.html#Ext-chart-series-Series-cfg-tips",
205         "shortDoc": "Add tooltips to the visualization's markers. ...",
206         "static": false,
207         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
208         "private": false,
209         "name": "tips",
210         "owner": "Ext.chart.series.Series",
211         "doc": "<p>Add tooltips to the visualization's markers. The options for the tips are the\nsame configuration used with <a href=\"#/api/Ext.tip.ToolTip\" rel=\"Ext.tip.ToolTip\" class=\"docClass\">Ext.tip.ToolTip</a>. For example:</p>\n\n<pre><code>tips: {\n  trackMouse: true,\n  width: 140,\n  height: 28,\n  renderer: function(storeItem, item) {\n    this.setTitle(storeItem.get('name') + ': ' + storeItem.get('data1') + ' views');\n  }\n},\n</code></pre>\n",
212         "linenr": 54,
213         "html_filename": "Series.html"
214       },
215       {
216         "type": "String",
217         "deprecated": null,
218         "alias": null,
219         "protected": false,
220         "tagname": "cfg",
221         "href": "Series.html#Ext-chart-series-Series-cfg-title",
222         "static": false,
223         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
224         "private": false,
225         "name": "title",
226         "owner": "Ext.chart.series.Series",
227         "doc": "<p>The human-readable name of the series.</p>\n",
228         "linenr": 75,
229         "html_filename": "Series.html"
230       },
231       {
232         "type": "String",
233         "deprecated": null,
234         "alias": null,
235         "protected": false,
236         "tagname": "cfg",
237         "href": "Series.html#Ext-chart-series-Series-cfg-type",
238         "shortDoc": "The type of series. ...",
239         "static": false,
240         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
241         "private": false,
242         "name": "type",
243         "owner": "Ext.chart.series.Series",
244         "doc": "<p>The type of series. Set in subclasses.</p>\n",
245         "linenr": 69,
246         "html_filename": "Series.html"
247       }
248     ],
249     "method": [
250       {
251         "deprecated": null,
252         "alias": null,
253         "protected": false,
254         "tagname": "method",
255         "href": "Observable.html#Ext-util-Observable-method-addEvents",
256         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
257         "static": false,
258         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
259         "private": false,
260         "params": [
261           {
262             "type": "Object/String",
263             "optional": false,
264             "doc": "<p>Either an object with event names as properties with a value of <code>true</code> or the first\nevent name string if multiple event names are being passed as separate parameters. Usage:</p>\n\n<pre><code>this.addEvents({\n    storeloaded: true,\n    storecleared: true\n});\n</code></pre>\n",
265             "name": "o"
266           },
267           {
268             "type": "String...",
269             "optional": false,
270             "doc": "<p>Optional additional event names if multiple event names are being passed as separate\nparameters. Usage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n",
271             "name": "more"
272           }
273         ],
274         "name": "addEvents",
275         "owner": "Ext.util.Observable",
276         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
277         "linenr": 494,
278         "return": {
279           "type": "void",
280           "doc": "\n"
281         },
282         "html_filename": "Observable.html"
283       },
284       {
285         "deprecated": null,
286         "alias": null,
287         "protected": false,
288         "tagname": "method",
289         "href": "Observable.html#Ext-util-Observable-method-addListener",
290         "shortDoc": "Appends an event handler to this object. ...",
291         "static": false,
292         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
293         "private": false,
294         "params": [
295           {
296             "type": "String",
297             "optional": false,
298             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
299             "name": "eventName"
300           },
301           {
302             "type": "Function",
303             "optional": false,
304             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.chart.series.Series-method-fireEvent\" rel=\"Ext.chart.series.Series-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
305             "name": "handler"
306           },
307           {
308             "type": "Object",
309             "optional": true,
310             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
311             "name": "scope"
312           },
313           {
314             "type": "Object",
315             "optional": true,
316             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>\n\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
317             "name": "options"
318           }
319         ],
320         "name": "addListener",
321         "owner": "Ext.util.Observable",
322         "doc": "<p>Appends an event handler to this object.</p>\n",
323         "linenr": 278,
324         "return": {
325           "type": "void",
326           "doc": "\n"
327         },
328         "html_filename": "Observable.html"
329       },
330       {
331         "deprecated": null,
332         "alias": null,
333         "protected": false,
334         "tagname": "method",
335         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
336         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
337         "static": false,
338         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
339         "private": false,
340         "params": [
341           {
342             "type": "Observable/Element",
343             "optional": false,
344             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
345             "name": "item"
346           },
347           {
348             "type": "Object/String",
349             "optional": false,
350             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
351             "name": "ename"
352           },
353           {
354             "type": "Function",
355             "optional": true,
356             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
357             "name": "fn"
358           },
359           {
360             "type": "Object",
361             "optional": true,
362             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
363             "name": "scope"
364           },
365           {
366             "type": "Object",
367             "optional": true,
368             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
369             "name": "opt"
370           }
371         ],
372         "name": "addManagedListener",
373         "owner": "Ext.util.Observable",
374         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
375         "linenr": 156,
376         "return": {
377           "type": "void",
378           "doc": "\n"
379         },
380         "html_filename": "Observable.html"
381       },
382       {
383         "deprecated": null,
384         "alias": null,
385         "protected": false,
386         "tagname": "method",
387         "href": "Base3.html#Ext-Base-method-addStatics",
388         "shortDoc": "Add / override static properties of this class. ...",
389         "static": true,
390         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
391         "private": false,
392         "params": [
393           {
394             "type": "Object",
395             "optional": false,
396             "doc": "\n",
397             "name": "members"
398           }
399         ],
400         "name": "addStatics",
401         "owner": "Ext.Base",
402         "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",
403         "linenr": 388,
404         "return": {
405           "type": "Ext.Base",
406           "doc": "<p>this</p>\n"
407         },
408         "html_filename": "Base3.html"
409       },
410       {
411         "deprecated": null,
412         "alias": null,
413         "protected": false,
414         "tagname": "method",
415         "href": "Base3.html#Ext-Base-method-callOverridden",
416         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
417         "static": false,
418         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
419         "private": false,
420         "params": [
421           {
422             "type": "Array/Arguments",
423             "optional": false,
424             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
425             "name": "args"
426           }
427         ],
428         "name": "callOverridden",
429         "owner": "Ext.Base",
430         "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",
431         "linenr": 269,
432         "return": {
433           "type": "Mixed",
434           "doc": "<p>Returns the result after calling the overridden method</p>\n"
435         },
436         "html_filename": "Base3.html"
437       },
438       {
439         "deprecated": null,
440         "alias": null,
441         "protected": true,
442         "tagname": "method",
443         "href": "Base3.html#Ext-Base-method-callParent",
444         "shortDoc": "Call the parent's overridden method. ...",
445         "static": false,
446         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
447         "private": false,
448         "params": [
449           {
450             "type": "Array/Arguments",
451             "optional": false,
452             "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",
453             "name": "args"
454           }
455         ],
456         "name": "callParent",
457         "owner": "Ext.Base",
458         "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",
459         "linenr": 124,
460         "return": {
461           "type": "Mixed",
462           "doc": "<p>Returns the result from the superclass' method</p>\n"
463         },
464         "html_filename": "Base3.html"
465       },
466       {
467         "deprecated": null,
468         "alias": null,
469         "protected": false,
470         "tagname": "method",
471         "href": "Observable.html#Ext-util-Observable-method-capture",
472         "shortDoc": "Starts capture on the specified Observable. ...",
473         "static": true,
474         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
475         "private": false,
476         "params": [
477           {
478             "type": "Observable",
479             "optional": false,
480             "doc": "<p>The Observable to capture events from.</p>\n",
481             "name": "o"
482           },
483           {
484             "type": "Function",
485             "optional": false,
486             "doc": "<p>The function to call when an event is fired.</p>\n",
487             "name": "fn"
488           },
489           {
490             "type": "Object",
491             "optional": true,
492             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
493             "name": "scope"
494           }
495         ],
496         "name": "capture",
497         "owner": "Ext.util.Observable",
498         "doc": "<p>Starts capture on the specified Observable. All events will be passed to the supplied function with the event\nname + standard signature of the event <strong>before</strong> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
499         "linenr": 54,
500         "return": {
501           "type": "void",
502           "doc": "\n"
503         },
504         "html_filename": "Observable.html"
505       },
506       {
507         "deprecated": null,
508         "alias": null,
509         "protected": false,
510         "tagname": "method",
511         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
512         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
513         "static": false,
514         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
515         "private": false,
516         "params": [
517
518         ],
519         "name": "clearListeners",
520         "owner": "Ext.util.Observable",
521         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
522         "linenr": 425,
523         "return": {
524           "type": "void",
525           "doc": "\n"
526         },
527         "html_filename": "Observable.html"
528       },
529       {
530         "deprecated": null,
531         "alias": null,
532         "protected": false,
533         "tagname": "method",
534         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
535         "shortDoc": "Removes all managed listeners for this object. ...",
536         "static": false,
537         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
538         "private": false,
539         "params": [
540
541         ],
542         "name": "clearManagedListeners",
543         "owner": "Ext.util.Observable",
544         "doc": "<p>Removes all managed listeners for this object.</p>\n",
545         "linenr": 454,
546         "return": {
547           "type": "void",
548           "doc": "\n"
549         },
550         "html_filename": "Observable.html"
551       },
552       {
553         "deprecated": null,
554         "alias": null,
555         "protected": false,
556         "tagname": "method",
557         "href": "Base3.html#Ext-Base-method-create",
558         "shortDoc": "Create a new instance of this Class. ...",
559         "static": true,
560         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
561         "private": false,
562         "params": [
563
564         ],
565         "name": "create",
566         "owner": "Ext.Base",
567         "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",
568         "linenr": 329,
569         "return": {
570           "type": "Object",
571           "doc": "<p>the created instance.</p>\n"
572         },
573         "html_filename": "Base3.html"
574       },
575       {
576         "deprecated": null,
577         "alias": null,
578         "protected": false,
579         "tagname": "method",
580         "href": "Base3.html#Ext-Base-method-createAlias",
581         "shortDoc": "Create aliases for existing prototype methods. ...",
582         "static": true,
583         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
584         "private": false,
585         "params": [
586           {
587             "type": "String/Object",
588             "optional": false,
589             "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",
590             "name": "alias"
591           },
592           {
593             "type": "String/Object",
594             "optional": false,
595             "doc": "<p>The original method name</p>\n",
596             "name": "origin"
597           }
598         ],
599         "name": "createAlias",
600         "owner": "Ext.Base",
601         "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",
602         "linenr": 648,
603         "return": {
604           "type": "void",
605           "doc": "\n"
606         },
607         "html_filename": "Base3.html"
608       },
609       {
610         "deprecated": null,
611         "alias": null,
612         "protected": false,
613         "tagname": "method",
614         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
615         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
616         "static": false,
617         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
618         "private": false,
619         "params": [
620           {
621             "type": "String/[String]",
622             "optional": false,
623             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
624             "name": "events"
625           }
626         ],
627         "name": "enableBubble",
628         "owner": "Ext.util.Observable",
629         "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling <code>this.getBubbleTarget()</code> if\npresent. There is no implementation in the Observable base class.</p>\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers.\nSee <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default implementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the\nComponent's immediate owner. But if a known target is required, this can be overridden to access the\nrequired target more quickly.</p>\n\n<p>Example:</p>\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n    //  Add functionality to Field's initComponent to enable the change event to bubble\n    initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n        this.enableBubble('change');\n    }),\n\n    //  We know that we want Field's events to bubble directly to the FormPanel.\n    getBubbleTarget : function() {\n        if (!this.formPanel) {\n            this.formPanel = this.findParentByType('form');\n        }\n        return this.formPanel;\n    }\n});\n\nvar myForm = new Ext.formPanel({\n    title: 'User Details',\n    items: [{\n        ...\n    }],\n    listeners: {\n        change: function() {\n            // Title goes red if form has been modified.\n            myForm.header.setStyle('color', 'red');\n        }\n    }\n});\n</code></pre>\n",
630         "linenr": 609,
631         "return": {
632           "type": "void",
633           "doc": "\n"
634         },
635         "html_filename": "Observable.html"
636       },
637       {
638         "deprecated": null,
639         "alias": null,
640         "protected": false,
641         "tagname": "method",
642         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
643         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
644         "static": false,
645         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
646         "private": false,
647         "params": [
648           {
649             "type": "String",
650             "optional": false,
651             "doc": "<p>The name of the event to fire.</p>\n",
652             "name": "eventName"
653           },
654           {
655             "type": "Object...",
656             "optional": false,
657             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
658             "name": "args"
659           }
660         ],
661         "name": "fireEvent",
662         "owner": "Ext.util.Observable",
663         "doc": "<p>Fires the specified event with the passed parameters (minus the event name, plus the <code>options</code> object passed\nto <a href=\"#/api/Ext.chart.series.Series-method-addListener\" rel=\"Ext.chart.series.Series-method-addListener\" class=\"docClass\">addListener</a>).</p>\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>) by\ncalling <a href=\"#/api/Ext.chart.series.Series-method-enableBubble\" rel=\"Ext.chart.series.Series-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
664         "linenr": 233,
665         "return": {
666           "type": "Boolean",
667           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
668         },
669         "html_filename": "Observable.html"
670       },
671       {
672         "deprecated": null,
673         "alias": null,
674         "protected": false,
675         "tagname": "method",
676         "href": "Series.html#Ext-chart-series-Series-method-getItemForPoint",
677         "shortDoc": "For a given x/y point relative to the Surface, find a corresponding item from this\nseries, if any. ...",
678         "static": false,
679         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
680         "private": false,
681         "params": [
682           {
683             "type": "Number",
684             "optional": false,
685             "doc": "\n",
686             "name": "x"
687           },
688           {
689             "type": "Number",
690             "optional": false,
691             "doc": "\n",
692             "name": "y"
693           }
694         ],
695         "name": "getItemForPoint",
696         "owner": "Ext.chart.series.Series",
697         "doc": "<p>For a given x/y point relative to the Surface, find a corresponding item from this\nseries, if any.</p>\n",
698         "linenr": 241,
699         "return": {
700           "type": "Object",
701           "doc": "<p>An object describing the item, or null if there is no matching item. The exact contents of</p>\n\n<pre><code>             this object will vary by series type, but should always contain at least the following:\n             &lt;ul&gt;\n               &lt;li&gt;{Ext.chart.series.Series} series - the Series object to which the item belongs&lt;/li&gt;\n               &lt;li&gt;{Object} value - the value(s) of the item's data point&lt;/li&gt;\n               &lt;li&gt;{Array} point - the x/y coordinates relative to the chart box of a single point\n                   for this data item, which can be used as e.g. a tooltip anchor point.&lt;/li&gt;\n               &lt;li&gt;{Ext.draw.Sprite} sprite - the item's rendering Sprite.\n             &lt;/ul&gt;\n</code></pre>\n"
702         },
703         "html_filename": "Series.html"
704       },
705       {
706         "deprecated": null,
707         "alias": null,
708         "protected": false,
709         "tagname": "method",
710         "href": "Series.html#Ext-chart-series-Series-method-getLegendColor",
711         "shortDoc": "Returns a string with the color to be used for the series legend item. ...",
712         "static": false,
713         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
714         "private": false,
715         "params": [
716           {
717             "type": "Object",
718             "optional": false,
719             "doc": "\n",
720             "name": "index"
721           }
722         ],
723         "name": "getLegendColor",
724         "owner": "Ext.chart.series.Series",
725         "doc": "<p>Returns a string with the color to be used for the series legend item.</p>\n",
726         "linenr": 321,
727         "return": {
728           "type": "void",
729           "doc": "\n"
730         },
731         "html_filename": "Series.html"
732       },
733       {
734         "deprecated": null,
735         "alias": null,
736         "protected": false,
737         "tagname": "method",
738         "href": "Base3.html#Ext-Base-method-getName",
739         "shortDoc": "Get the current class' name in string format. ...",
740         "static": false,
741         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
742         "private": false,
743         "params": [
744
745         ],
746         "name": "getName",
747         "owner": "Ext.Base",
748         "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",
749         "linenr": 631,
750         "return": {
751           "type": "String",
752           "doc": "<p>className</p>\n"
753         },
754         "html_filename": "Base3.html"
755       },
756       {
757         "deprecated": null,
758         "alias": null,
759         "protected": false,
760         "tagname": "method",
761         "href": "Observable.html#Ext-util-Observable-method-hasListener",
762         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
763         "static": false,
764         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
765         "private": false,
766         "params": [
767           {
768             "type": "String",
769             "optional": false,
770             "doc": "<p>The name of the event to check for</p>\n",
771             "name": "eventName"
772           }
773         ],
774         "name": "hasListener",
775         "owner": "Ext.util.Observable",
776         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
777         "linenr": 530,
778         "return": {
779           "type": "Boolean",
780           "doc": "<p>True if the event is being listened for, else false</p>\n"
781         },
782         "html_filename": "Observable.html"
783       },
784       {
785         "deprecated": null,
786         "alias": null,
787         "protected": false,
788         "tagname": "method",
789         "href": "Series.html#Ext-chart-series-Series-method-hideAll",
790         "shortDoc": "Hides all the elements in the series. ...",
791         "static": false,
792         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
793         "private": false,
794         "params": [
795
796         ],
797         "name": "hideAll",
798         "owner": "Ext.chart.series.Series",
799         "doc": "<p>Hides all the elements in the series.</p>\n",
800         "linenr": 282,
801         "return": {
802           "type": "void",
803           "doc": "\n"
804         },
805         "html_filename": "Series.html"
806       },
807       {
808         "deprecated": null,
809         "alias": null,
810         "protected": false,
811         "tagname": "method",
812         "href": "Highlight.html#Ext-chart-Highlight-method-highlightItem",
813         "shortDoc": "Highlight the given series item. ...",
814         "static": false,
815         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Highlight.js",
816         "private": false,
817         "params": [
818           {
819             "type": "Object",
820             "optional": false,
821             "doc": "<p>Info about the item; same format as returned by #getItemForPoint.</p>\n",
822             "name": "item"
823           }
824         ],
825         "name": "highlightItem",
826         "owner": "Ext.chart.Highlight",
827         "doc": "<p>Highlight the given series item.</p>\n",
828         "linenr": 38,
829         "return": {
830           "type": "void",
831           "doc": "\n"
832         },
833         "html_filename": "Highlight.html"
834       },
835       {
836         "deprecated": null,
837         "alias": null,
838         "protected": false,
839         "tagname": "method",
840         "href": "Base3.html#Ext-Base-method-implement",
841         "shortDoc": "Add methods / properties to the prototype of this class. ...",
842         "static": true,
843         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
844         "private": false,
845         "params": [
846           {
847             "type": "Object",
848             "optional": false,
849             "doc": "\n",
850             "name": "members"
851           }
852         ],
853         "name": "implement",
854         "owner": "Ext.Base",
855         "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",
856         "linenr": 415,
857         "return": {
858           "type": "void",
859           "doc": "\n"
860         },
861         "html_filename": "Base3.html"
862       },
863       {
864         "deprecated": null,
865         "alias": null,
866         "protected": true,
867         "tagname": "method",
868         "href": "Base3.html#Ext-Base-method-initConfig",
869         "shortDoc": "Initialize configuration for this class. ...",
870         "static": false,
871         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
872         "private": false,
873         "params": [
874           {
875             "type": "Object",
876             "optional": false,
877             "doc": "\n",
878             "name": "config"
879           }
880         ],
881         "name": "initConfig",
882         "owner": "Ext.Base",
883         "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",
884         "linenr": 63,
885         "return": {
886           "type": "Object",
887           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
888         },
889         "html_filename": "Base3.html"
890       },
891       {
892         "deprecated": null,
893         "alias": {
894           "tagname": "alias",
895           "cls": "Ext.util.Observable",
896           "doc": null,
897           "owner": "addManagedListener"
898         },
899         "protected": false,
900         "tagname": "method",
901         "href": "Observable.html#Ext-util-Observable-method-mon",
902         "shortDoc": "Shorthand for addManagedListener. ...",
903         "static": false,
904         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
905         "private": false,
906         "params": [
907           {
908             "type": "Observable/Element",
909             "optional": false,
910             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
911             "name": "item"
912           },
913           {
914             "type": "Object/String",
915             "optional": false,
916             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
917             "name": "ename"
918           },
919           {
920             "type": "Function",
921             "optional": true,
922             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
923             "name": "fn"
924           },
925           {
926             "type": "Object",
927             "optional": true,
928             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
929             "name": "scope"
930           },
931           {
932             "type": "Object",
933             "optional": true,
934             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
935             "name": "opt"
936           }
937         ],
938         "name": "mon",
939         "owner": "Ext.util.Observable",
940         "doc": "<p>Shorthand for <a href=\"#/api/Ext.chart.series.Series-method-addManagedListener\" rel=\"Ext.chart.series.Series-method-addManagedListener\" class=\"docClass\">addManagedListener</a>.</p>\n\n<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
941         "linenr": 681,
942         "return": {
943           "type": "void",
944           "doc": "\n"
945         },
946         "html_filename": "Observable.html"
947       },
948       {
949         "deprecated": null,
950         "alias": {
951           "tagname": "alias",
952           "cls": "Ext.util.Observable",
953           "doc": null,
954           "owner": "removeManagedListener"
955         },
956         "protected": false,
957         "tagname": "method",
958         "href": "Observable.html#Ext-util-Observable-method-mun",
959         "shortDoc": "Shorthand for removeManagedListener. ...",
960         "static": false,
961         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
962         "private": false,
963         "params": [
964           {
965             "type": "Observable|Element",
966             "optional": false,
967             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
968             "name": "item"
969           },
970           {
971             "type": "Object|String",
972             "optional": false,
973             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
974             "name": "ename"
975           },
976           {
977             "type": "Function",
978             "optional": false,
979             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
980             "name": "fn"
981           },
982           {
983             "type": "Object",
984             "optional": false,
985             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
986             "name": "scope"
987           }
988         ],
989         "name": "mun",
990         "owner": "Ext.util.Observable",
991         "doc": "<p>Shorthand for <a href=\"#/api/Ext.chart.series.Series-method-removeManagedListener\" rel=\"Ext.chart.series.Series-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.chart.series.Series-method-mon\" rel=\"Ext.chart.series.Series-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
992         "linenr": 687,
993         "return": {
994           "type": "void",
995           "doc": "\n"
996         },
997         "html_filename": "Observable.html"
998       },
999       {
1000         "deprecated": null,
1001         "alias": null,
1002         "protected": false,
1003         "tagname": "method",
1004         "href": "Observable.html#Ext-util-Observable-method-observe",
1005         "shortDoc": "Sets observability on the passed class constructor. ...",
1006         "static": true,
1007         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1008         "private": false,
1009         "params": [
1010           {
1011             "type": "Function",
1012             "optional": false,
1013             "doc": "<p>The class constructor to make observable.</p>\n",
1014             "name": "c"
1015           },
1016           {
1017             "type": "Object",
1018             "optional": false,
1019             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.chart.series.Series-method-addListener\" rel=\"Ext.chart.series.Series-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
1020             "name": "listeners"
1021           }
1022         ],
1023         "name": "observe",
1024         "owner": "Ext.util.Observable",
1025         "doc": "<p>Sets observability on the passed class constructor.</p>\n\n<p>This makes any event fired on any instance of the passed class also fire a single event through\nthe <strong>class</strong> allowing for central handling of events on many instances at once.</p>\n\n<p>Usage:</p>\n\n<pre><code>Ext.util.Observable.observe(Ext.data.Connection);\nExt.data.Connection.on('beforerequest', function(con, options) {\n    console.log('Ajax request made to ' + options.url);\n});\n</code></pre>\n",
1026         "linenr": 69,
1027         "return": {
1028           "type": "void",
1029           "doc": "\n"
1030         },
1031         "html_filename": "Observable.html"
1032       },
1033       {
1034         "deprecated": null,
1035         "alias": {
1036           "tagname": "alias",
1037           "cls": "Ext.util.Observable",
1038           "doc": null,
1039           "owner": "addListener"
1040         },
1041         "protected": false,
1042         "tagname": "method",
1043         "href": "Observable.html#Ext-util-Observable-method-on",
1044         "shortDoc": "Shorthand for addListener. ...",
1045         "static": false,
1046         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1047         "private": false,
1048         "params": [
1049           {
1050             "type": "String",
1051             "optional": false,
1052             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
1053             "name": "eventName"
1054           },
1055           {
1056             "type": "Function",
1057             "optional": false,
1058             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.chart.series.Series-method-fireEvent\" rel=\"Ext.chart.series.Series-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
1059             "name": "handler"
1060           },
1061           {
1062             "type": "Object",
1063             "optional": true,
1064             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
1065             "name": "scope"
1066           },
1067           {
1068             "type": "Object",
1069             "optional": true,
1070             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>\n\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
1071             "name": "options"
1072           }
1073         ],
1074         "name": "on",
1075         "owner": "Ext.util.Observable",
1076         "doc": "<p>Shorthand for <a href=\"#/api/Ext.chart.series.Series-method-addListener\" rel=\"Ext.chart.series.Series-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
1077         "linenr": 669,
1078         "return": {
1079           "type": "void",
1080           "doc": "\n"
1081         },
1082         "html_filename": "Observable.html"
1083       },
1084       {
1085         "deprecated": null,
1086         "alias": null,
1087         "protected": false,
1088         "tagname": "method",
1089         "href": "Base3.html#Ext-Base-method-override",
1090         "shortDoc": "Override prototype members of this class. ...",
1091         "static": true,
1092         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1093         "private": false,
1094         "params": [
1095           {
1096             "type": "Object",
1097             "optional": false,
1098             "doc": "\n",
1099             "name": "members"
1100           }
1101         ],
1102         "name": "override",
1103         "owner": "Ext.Base",
1104         "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",
1105         "linenr": 518,
1106         "return": {
1107           "type": "Ext.Base",
1108           "doc": "<p>this</p>\n"
1109         },
1110         "html_filename": "Base3.html"
1111       },
1112       {
1113         "deprecated": null,
1114         "alias": null,
1115         "protected": false,
1116         "tagname": "method",
1117         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
1118         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
1119         "static": false,
1120         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1121         "private": false,
1122         "params": [
1123           {
1124             "type": "Object",
1125             "optional": false,
1126             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
1127             "name": "origin"
1128           },
1129           {
1130             "type": "[String]",
1131             "optional": false,
1132             "doc": "<p>Array of event names to relay.</p>\n",
1133             "name": "events"
1134           },
1135           {
1136             "type": "Object",
1137             "optional": false,
1138             "doc": "\n",
1139             "name": "prefix"
1140           }
1141         ],
1142         "name": "relayEvents",
1143         "owner": "Ext.util.Observable",
1144         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
1145         "linenr": 573,
1146         "return": {
1147           "type": "void",
1148           "doc": "\n"
1149         },
1150         "html_filename": "Observable.html"
1151       },
1152       {
1153         "deprecated": null,
1154         "alias": null,
1155         "protected": false,
1156         "tagname": "method",
1157         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
1158         "shortDoc": "Removes all added captures from the Observable. ...",
1159         "static": true,
1160         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1161         "private": false,
1162         "params": [
1163           {
1164             "type": "Observable",
1165             "optional": false,
1166             "doc": "<p>The Observable to release</p>\n",
1167             "name": "o"
1168           }
1169         ],
1170         "name": "releaseCapture",
1171         "owner": "Ext.util.Observable",
1172         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
1173         "linenr": 44,
1174         "return": {
1175           "type": "void",
1176           "doc": "\n"
1177         },
1178         "html_filename": "Observable.html"
1179       },
1180       {
1181         "deprecated": null,
1182         "alias": null,
1183         "protected": false,
1184         "tagname": "method",
1185         "href": "Observable.html#Ext-util-Observable-method-removeListener",
1186         "shortDoc": "Removes an event handler. ...",
1187         "static": false,
1188         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1189         "private": false,
1190         "params": [
1191           {
1192             "type": "String",
1193             "optional": false,
1194             "doc": "<p>The type of event the handler was associated with.</p>\n",
1195             "name": "eventName"
1196           },
1197           {
1198             "type": "Function",
1199             "optional": false,
1200             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.chart.series.Series-method-addListener\" rel=\"Ext.chart.series.Series-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1201             "name": "handler"
1202           },
1203           {
1204             "type": "Object",
1205             "optional": true,
1206             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1207             "name": "scope"
1208           }
1209         ],
1210         "name": "removeListener",
1211         "owner": "Ext.util.Observable",
1212         "doc": "<p>Removes an event handler.</p>\n",
1213         "linenr": 392,
1214         "return": {
1215           "type": "void",
1216           "doc": "\n"
1217         },
1218         "html_filename": "Observable.html"
1219       },
1220       {
1221         "deprecated": null,
1222         "alias": null,
1223         "protected": false,
1224         "tagname": "method",
1225         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
1226         "shortDoc": "Removes listeners that were added by the mon method. ...",
1227         "static": false,
1228         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1229         "private": false,
1230         "params": [
1231           {
1232             "type": "Observable|Element",
1233             "optional": false,
1234             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1235             "name": "item"
1236           },
1237           {
1238             "type": "Object|String",
1239             "optional": false,
1240             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1241             "name": "ename"
1242           },
1243           {
1244             "type": "Function",
1245             "optional": false,
1246             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1247             "name": "fn"
1248           },
1249           {
1250             "type": "Object",
1251             "optional": false,
1252             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
1253             "name": "scope"
1254           }
1255         ],
1256         "name": "removeManagedListener",
1257         "owner": "Ext.util.Observable",
1258         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.chart.series.Series-method-mon\" rel=\"Ext.chart.series.Series-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1259         "linenr": 197,
1260         "return": {
1261           "type": "void",
1262           "doc": "\n"
1263         },
1264         "html_filename": "Observable.html"
1265       },
1266       {
1267         "deprecated": null,
1268         "alias": null,
1269         "protected": false,
1270         "tagname": "method",
1271         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
1272         "shortDoc": "Resumes firing events (see suspendEvents). ...",
1273         "static": false,
1274         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1275         "private": false,
1276         "params": [
1277
1278         ],
1279         "name": "resumeEvents",
1280         "owner": "Ext.util.Observable",
1281         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.chart.series.Series-method-suspendEvents\" rel=\"Ext.chart.series.Series-method-suspendEvents\" class=\"docClass\">suspendEvents</a>).</p>\n\n<p>If events were suspended using the <code>**queueSuspended**</code> parameter, then all events fired\nduring event suspension will be sent to any listeners now.</p>\n",
1282         "linenr": 554,
1283         "return": {
1284           "type": "void",
1285           "doc": "\n"
1286         },
1287         "html_filename": "Observable.html"
1288       },
1289       {
1290         "deprecated": null,
1291         "alias": null,
1292         "protected": false,
1293         "tagname": "method",
1294         "href": "Series.html#Ext-chart-series-Series-method-setTitle",
1295         "shortDoc": "Changes the value of the title for the series. ...",
1296         "static": false,
1297         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
1298         "private": false,
1299         "params": [
1300           {
1301             "type": "Number",
1302             "optional": false,
1303             "doc": "\n",
1304             "name": "index"
1305           },
1306           {
1307             "type": "String",
1308             "optional": false,
1309             "doc": "\n",
1310             "name": "title"
1311           }
1312         ],
1313         "name": "setTitle",
1314         "owner": "Ext.chart.series.Series",
1315         "doc": "<p>Changes the value of the <a href=\"#/api/Ext.chart.series.Series-cfg-title\" rel=\"Ext.chart.series.Series-cfg-title\" class=\"docClass\">title</a> for the series.\nArguments can take two forms:</p>\n\n<ul>\n<li>A single String value: this will be used as the new single title for the series (applies\nto series with only one yField)</li>\n<li>A numeric index and a String value: this will set the title for a single indexed yField.</li>\n</ul>\n\n",
1316         "linenr": 350,
1317         "return": {
1318           "type": "void",
1319           "doc": "\n"
1320         },
1321         "html_filename": "Series.html"
1322       },
1323       {
1324         "deprecated": null,
1325         "alias": null,
1326         "protected": false,
1327         "tagname": "method",
1328         "href": "Series.html#Ext-chart-series-Series-method-showAll",
1329         "shortDoc": "Shows all the elements in the series. ...",
1330         "static": false,
1331         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
1332         "private": false,
1333         "params": [
1334
1335         ],
1336         "name": "showAll",
1337         "owner": "Ext.chart.series.Series",
1338         "doc": "<p>Shows all the elements in the series.</p>\n",
1339         "linenr": 308,
1340         "return": {
1341           "type": "void",
1342           "doc": "\n"
1343         },
1344         "html_filename": "Series.html"
1345       },
1346       {
1347         "deprecated": null,
1348         "alias": null,
1349         "protected": true,
1350         "tagname": "method",
1351         "href": "Base3.html#Ext-Base-method-statics",
1352         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
1353         "static": false,
1354         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1355         "private": false,
1356         "params": [
1357
1358         ],
1359         "name": "statics",
1360         "owner": "Ext.Base",
1361         "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",
1362         "linenr": 199,
1363         "return": {
1364           "type": "Class",
1365           "doc": "\n"
1366         },
1367         "html_filename": "Base3.html"
1368       },
1369       {
1370         "deprecated": null,
1371         "alias": null,
1372         "protected": false,
1373         "tagname": "method",
1374         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1375         "shortDoc": "Suspends the firing of all events. ...",
1376         "static": false,
1377         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1378         "private": false,
1379         "params": [
1380           {
1381             "type": "Boolean",
1382             "optional": false,
1383             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.chart.series.Series-method-resumeEvents\" rel=\"Ext.chart.series.Series-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
1384             "name": "queueSuspended"
1385           }
1386         ],
1387         "name": "suspendEvents",
1388         "owner": "Ext.util.Observable",
1389         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.chart.series.Series-method-resumeEvents\" rel=\"Ext.chart.series.Series-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
1390         "linenr": 541,
1391         "return": {
1392           "type": "void",
1393           "doc": "\n"
1394         },
1395         "html_filename": "Observable.html"
1396       },
1397       {
1398         "deprecated": null,
1399         "alias": {
1400           "tagname": "alias",
1401           "cls": "Ext.util.Observable",
1402           "doc": null,
1403           "owner": "removeListener"
1404         },
1405         "protected": false,
1406         "tagname": "method",
1407         "href": "Observable.html#Ext-util-Observable-method-un",
1408         "shortDoc": "Shorthand for removeListener. ...",
1409         "static": false,
1410         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1411         "private": false,
1412         "params": [
1413           {
1414             "type": "String",
1415             "optional": false,
1416             "doc": "<p>The type of event the handler was associated with.</p>\n",
1417             "name": "eventName"
1418           },
1419           {
1420             "type": "Function",
1421             "optional": false,
1422             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.chart.series.Series-method-addListener\" rel=\"Ext.chart.series.Series-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1423             "name": "handler"
1424           },
1425           {
1426             "type": "Object",
1427             "optional": true,
1428             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1429             "name": "scope"
1430           }
1431         ],
1432         "name": "un",
1433         "owner": "Ext.util.Observable",
1434         "doc": "<p>Shorthand for <a href=\"#/api/Ext.chart.series.Series-method-removeListener\" rel=\"Ext.chart.series.Series-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
1435         "linenr": 675,
1436         "return": {
1437           "type": "void",
1438           "doc": "\n"
1439         },
1440         "html_filename": "Observable.html"
1441       },
1442       {
1443         "deprecated": null,
1444         "alias": null,
1445         "protected": false,
1446         "tagname": "method",
1447         "href": "Highlight.html#Ext-chart-Highlight-method-unHighlightItem",
1448         "shortDoc": "Un-highlight any existing highlights ...",
1449         "static": false,
1450         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Highlight.js",
1451         "private": false,
1452         "params": [
1453
1454         ],
1455         "name": "unHighlightItem",
1456         "owner": "Ext.chart.Highlight",
1457         "doc": "<p>Un-highlight any existing highlights</p>\n",
1458         "linenr": 106,
1459         "return": {
1460           "type": "void",
1461           "doc": "\n"
1462         },
1463         "html_filename": "Highlight.html"
1464       }
1465     ],
1466     "property": [
1467       {
1468         "type": "Boolean",
1469         "deprecated": null,
1470         "alias": null,
1471         "protected": false,
1472         "tagname": "property",
1473         "href": "Highlight.html#Ext-chart-Highlight-property-highlight",
1474         "static": false,
1475         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/Highlight.js",
1476         "private": false,
1477         "name": "highlight",
1478         "owner": "Ext.chart.Highlight",
1479         "doc": "<p>Highlight the given series item.</p>\n",
1480         "linenr": 13,
1481         "html_filename": "Highlight.html"
1482       },
1483       {
1484         "type": "Class",
1485         "deprecated": null,
1486         "alias": null,
1487         "protected": true,
1488         "tagname": "property",
1489         "href": "Base3.html#Ext-Base-property-self",
1490         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
1491         "static": false,
1492         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1493         "private": false,
1494         "name": "self",
1495         "owner": "Ext.Base",
1496         "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",
1497         "linenr": 18,
1498         "html_filename": "Base3.html"
1499       }
1500     ],
1501     "cssVar": [
1502
1503     ],
1504     "cssMixin": [
1505
1506     ],
1507     "event": [
1508       {
1509         "deprecated": null,
1510         "alias": null,
1511         "protected": false,
1512         "tagname": "event",
1513         "href": "Series.html#Ext-chart-series-Series-event-titlechange",
1514         "shortDoc": "Fires when the series title is changed via setTitle. ...",
1515         "static": false,
1516         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
1517         "private": false,
1518         "params": [
1519           {
1520             "type": "String",
1521             "optional": false,
1522             "doc": "<p>The new title value</p>\n",
1523             "name": "title"
1524           },
1525           {
1526             "type": "Number",
1527             "optional": false,
1528             "doc": "<p>The index in the collection of titles</p>\n",
1529             "name": "index"
1530           },
1531           {
1532             "type": "Object",
1533             "tagname": "param",
1534             "name": "options",
1535             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1536           }
1537         ],
1538         "name": "titlechange",
1539         "owner": "Ext.chart.series.Series",
1540         "doc": "<p>Fires when the series title is changed via <a href=\"#/api/Ext.chart.series.Series-method-setTitle\" rel=\"Ext.chart.series.Series-method-setTitle\" class=\"docClass\">setTitle</a>.</p>\n",
1541         "linenr": 139,
1542         "html_filename": "Series.html"
1543       }
1544     ]
1545   },
1546   "singleton": false,
1547   "alias": null,
1548   "superclasses": [
1549     "Ext.Base"
1550   ],
1551   "protected": false,
1552   "tagname": "class",
1553   "mixins": [
1554     "Ext.util.Observable",
1555     "Ext.chart.Label",
1556     "Ext.chart.Highlight",
1557     "Ext.chart.Tip",
1558     "Ext.chart.Callout"
1559   ],
1560   "href": "Series.html#Ext-chart-series-Series",
1561   "subclasses": [
1562     "Ext.chart.series.Gauge",
1563     "Ext.chart.series.Cartesian",
1564     "Ext.chart.series.Pie",
1565     "Ext.chart.series.Radar"
1566   ],
1567   "static": false,
1568   "author": null,
1569   "component": false,
1570   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/chart/series/Series.js",
1571   "private": false,
1572   "alternateClassNames": [
1573
1574   ],
1575   "name": "Ext.chart.series.Series",
1576   "doc": "<p>Series is the abstract class containing the common logic to all chart series. Series includes\nmethods from Labels, Highlights, Tips and Callouts mixins. This class implements the logic of handling\nmouse events, animating, hiding, showing all elements and returning the color of the series to be used as a legend item.</p>\n\n<h2>Listeners</h2>\n\n<p>The series class supports listeners via the Observable syntax. Some of these listeners are:</p>\n\n<ul>\n<li><code>itemmouseup</code> When the user interacts with a marker.</li>\n<li><code>itemmousedown</code> When the user interacts with a marker.</li>\n<li><code>itemmousemove</code> When the user iteracts with a marker.</li>\n<li><code>afterrender</code> Will be triggered when the animation ends or when the series has been rendered completely.</li>\n</ul>\n\n\n<p>For example:</p>\n\n<pre><code>series: [{\n        type: 'column',\n        axis: 'left',\n        listeners: {\n                'afterrender': function() {\n                        console('afterrender');\n                }\n        },\n        xField: 'category',\n        yField: 'data1'\n}]\n</code></pre>\n",
1577   "mixedInto": [
1578
1579   ],
1580   "linenr": 1,
1581   "xtypes": [
1582
1583   ],
1584   "html_filename": "Series.html",
1585   "extends": "Ext.Base"
1586 });